Retrieve the key type of this `map`.
(&self)
| 357 | |
| 358 | /// Retrieve the key type of this `map`. |
| 359 | pub fn key(&self) -> Type { |
| 360 | Type::from(&self.0.types[self.0.index].key, &self.0.instance()) |
| 361 | } |
| 362 | |
| 363 | /// Retrieve the value type of this `map`. |
| 364 | pub fn value(&self) -> Type { |