(&self)
| 305 | /// contain within its current underlying storage? |
| 306 | #[inline] |
| 307 | pub fn capacity(&self) -> usize { |
| 308 | self.entries.capacity() |
| 309 | } |
| 310 | |
| 311 | /// How many values are currently allocated within this slab? |
| 312 | #[inline] |
no outgoing calls