Expand description
ResolvedMap: a keyed lookup that encodes the empty-vs-populated contract once.
Structsยง
- Resolved
Map - A keyed lookup where an empty map returns the neutral default for every key, but a populated map is authoritative (present -> Some, absent -> None).