Expand description
Crate containing compile time utilities.
Modules§
- ct_cons
- This module defines a cons list for types,
CTCons
. The cons list can be queried and the result is calculated at compile time. SeeCTSized
andCTOffset
for more information about querying the cons list. - ct_if
- This module defines a types to encode an IF test within the type system.
- prelude
- Re-export of often used types and behaviour.
Macros§
- ctif_
specialize - Macro for specializing
CTIf
.