std_dev::regression::binary_search

Struct VariableLengthStorage

source
pub struct VariableLengthStorage(pub usize);
Available on crate feature regression only.
Expand description

Dynamically sized storage, for use when the number of variables isn’t known at compile time.

Tuple Fields§

§0: usize

Trait Implementations§