# Functions
GetDecoder retrieves a nexemab.Decoder instance.
GetEncoder retrieves a nexemab.Encoder instance.
NewNull creates a new Nullable[T] without a value.
NewNullalbe creates a new Nullable[T] setting its value to the pointer of v.
# Structs
NexemaType represents the base struct for any Nexema's type.
Nullable represents T but allowing to set it as "null".
# Interfaces
Nexemable interface provides methods to serialize and deserialize an struct to/from nexemab.
# Type aliases
noCopy may be embedded into structs which must not be copied after the first use.