Function avalanche_types::ids::new_set

source ·
pub fn new_set(size: usize) -> Set
Expand description

Return a new set with initial capacity [size]. More or less than [size] elements can be added to this set.