Wooga.Lambda


ImmutableList

Namespace: Wooga.Lambda.Data

Static members

Static memberDescription
Empty()
Signature: unit -> ImmutableList<'T>
Type parameters: 'T
List(xs)
Signature: xs:IEnumerable<'T> -> ImmutableList<'T>
Type parameters: 'T
List(xs)
Signature: (xs:'T []) -> ImmutableList<'T>
Type parameters: 'T
Fork me on GitHub