Module na::base::uninit

source · []
Expand description

Mechanisms for working with values that may not be initialized.

Structs

A type implementing InitStatus indicating that the value is completely initialized.

A type implementing InitStatus indicating that the value is completely unitialized.

Traits

This trait is used to write code that may work on matrices that may or may not be initialized.