pub fn once_col<T>(value: T) -> OnceCol<T>
Creates an iterable collection having only one element with the given value.
value