Crate nanbox [] [src]

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 of f64.

Structs

NanBox
TypedNanBox

Traits

NanBoxable