Crate nanbox [] [src]

Defines the unsafe_make_nanbox macro which defines a type which packs values of different types into the unused space of the NaN representation of f64.

Macros

unsafe_make_nanbox

Creates an enum which is packed into the signaling NaN representation of f64.

Structs

NanBox
TypedNanBox

Traits

NanBoxable