Retrieve the element type of this `list`.
(&self)
| 334 | |
| 335 | /// Retrieve the element type of this `list`. |
| 336 | pub fn ty(&self) -> Type { |
| 337 | Type::from(&self.0.types[self.0.index].element, &self.0.instance()) |
| 338 | } |
| 339 | } |
| 340 | |
| 341 | /// A `map` interface type |