ConstantMap<'K, 'V> Type
An adaptive map over a fixed, immutable value. The value is computed once, at first read.
Constructors
| Constructor |
Description
|
Full Usage:
ConstantMap(create)
Parameters:
unit -> FrozenDictionary<'K, 'V>
Returns: ConstantMap<'K, 'V>
|
|
Mibo