# Functions
NewMap ...
# Interfaces
Clonable is the interface a struct must satisfy to be able to be cloned.
Identifyable ...
Serializable is the interface allowing the conversion of satisfying struct to []byte (Serialize()) and reverse operation (Unserialize()).
# Type aliases
Map ...