Expand description
Mechanisms for working with values that may not be initialized.
Structs§
- Init
- A type implementing InitStatusindicating that the value is completely initialized.
- Uninit
- A type implementing InitStatusindicating 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.