Module stackalloc::helpers[][src]

Expand description

A module of helper functions for slice memory manipulation

These are mostly re-implementations of unstable corelib functions in stable Rust.

Functions

Convert a slice of MaybeUninit<T> to T.

Convert a mutable slice of MaybeUninit<T> to T.