Module uninit

Source
Expand description

Mechanisms for working with values that may not be initialized.

Structs§

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

Traits§

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