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§
- Init
Status - This trait is used to write code that may work on matrices that may or may not be initialized.