Expand description
Defines the make_nanbox
macro which defines a type which packs values of different types
into the unused space of the NaN representation of f64
.
Modules§
- example_
generated - Displays what code is generated by the
make_nanbox
macro
Macros§
- make_
nanbox - Creates an
enum
which is packed into the signaling NaN representation off64
.