Returns the key array builder of the map
(&mut self)
| 141 | |
| 142 | /// Returns the key array builder of the map |
| 143 | pub fn keys(&mut self) -> &mut K { |
| 144 | &mut self.key_builder |
| 145 | } |
| 146 | |
| 147 | /// Returns the value array builder of the map |
| 148 | pub fn values(&mut self) -> &mut V { |
no outgoing calls