Module konst::maybe_uninit

source ·
Expand description

Const fn equivalents of MaybeUninit<T> methods.

§Removed in 0.3.0

These functions were removed in 0.3.0 because there is an equivalent const fn in the standard library:

Structs§

  • Generic constant for an uninitialized MaybeUninit<T>. Usable to safely construct a [MaybeUninit<T>; LEN] when T is non-Copy.
  • Generic constant for an uninitialized [MaybeUninit<T>; N].

Functions§