Logo Mibo

ConstantList<'T> Type

A constant list: the content is fixed but computed lazily, once, at first read (FDA parity: the create function runs at most once).

Constructors

Constructor Description

ConstantList(create)

Full Usage: ConstantList(create)

Parameters:
    create : unit -> 'T[]

Returns: ConstantList<'T>
create : unit -> 'T[]
Returns: ConstantList<'T>

Type something to start searching.