Structsยง
- Optional
Unique Index - Similar to
UniqueIndex
, but the index function returns an optional index key. Only saves an entry in the index map if it isSome
.
UniqueIndex
, but the index function returns an optional index
key. Only saves an entry in the index map if it is Some
.