Skip to main content

Module resolved_map

Module resolved_map 

Source
Expand description

ResolvedMap: a keyed lookup that encodes the empty-vs-populated contract once.

Structsยง

ResolvedMap
A keyed lookup where an empty map returns the neutral default for every key, but a populated map is authoritative (present -> Some, absent -> None).