Entry

An item from a map.

The keys and the values in the map are references into the map itself.

Members

Properties

key
inout(K) key [@property getter]

A key from the map.

value
inout(V) value [@property getter]

A value from the map.

Meta