Expand description
Vector of length 2.
Modules§
- array
- Array.
- exposed
- Exposed namespace of the module.
- impl_
deref - Macro to implement deref trait.
- impl_
rented_ op - Macro to implement rented operators.
- orphan
- Orphan namespace of the module.
- prelude
- Prelude to use essentials:
use my_module::prelude::*. - protected
- Protected namespace of the module.
- slice
- Slice.
- structure
- Implement canonical X2 strcture.
- tuple
- Implement interfaces for tuple.
Macros§
- impl_
rented_ op1 - Declare operation with 1 operand renting its implementation from math lib of choice.
- impl_
rented_ op2 - Declare operation with 2 operands renting its implementation from math lib of choice.
- impl_
vector_ deref - Implement dereferencing of regular math object to math objects of math lib of choice.
Structs§
- X2
- Vector X2