- build<A>(builder): List<A>
Parameters
builder: (<B>(appendToHead) => ((currentList) => B))
- <B>(appendToHead): ((currentList) => B)
Parameters
appendToHead: ((a) => ((b) => B))
- (a): ((b) => B)
Returns ((b) => B)
Returns ((currentList) => B)
- (currentList): B
Returns B
Returns List<A>
The built list.
Creates the list from the builder.