# Functions
NewMapEntry creates and returns a new map entry with the given values of key and value fields.
# Interfaces
Assertable is the basic interface for all assertable values.
Comparable is the interface for basic comparable operations.
Containable is the interface for operations related to containable values such as string or slice.
ExtendedComparable is the interface for advanced comparable operations.
Map is the interface for operations related to map values.
Nullable is the interface for operations related to nullable values such as pointers or slices.
Sizeable is the interface for operations related to sizeable values.