Function once_col

Source
pub fn once_col<T>(value: T) -> OnceCol<T>
Expand description

Creates an iterable collection having only one element with the given value.