pub const fn once<T>(value: T) -> Once<T>
Creates Once<T>, non-empty iterator that yields the given value exactly once.
Once<T>