Skip to main content

default_map

Function default_map 

Source
pub fn default_map() -> GitmojiMap
Expand description

Materialise the built-in table as a GitmojiMap. The runtime cost is one allocation per built-in entry — measured at ~1µs total in release builds, dominated by the BTreeMap insertions, so we don’t cache.