capacity

Function capacity 

Source
pub fn capacity() -> usize
Expand description

Returns the total number of slots currently allocated in the interner.

This may be larger than size due to internal capacity growth.

ยงExample

use asylum;

let cap = asylum::capacity();