Skip to main content

DynamicFlagVec

Type Alias DynamicFlagVec 

Source
pub type DynamicFlagVec<I = usize> = FlagVec<u32, I>;
Expand description

DynamicFlagVec where N is not known at compile time

Aliased Type§

pub struct DynamicFlagVec<I = usize>(/* private fields */);

Implementations§

Source§

impl DynamicFlagVec

Source

pub fn new(flag_bit_len: u32) -> Self