Logo Mibo

ConstantMap<'K, 'V> Type

An adaptive map over a fixed, immutable value. The value is computed once, at first read.

Constructors

Constructor Description

ConstantMap(create)

Full Usage: ConstantMap(create)

Parameters:
Returns: ConstantMap<'K, 'V>
create : unit -> FrozenDictionary<'K, 'V>
Returns: ConstantMap<'K, 'V>

Type something to start searching.