- List<T>(): monet.List<T>
- List<T>(val: T, tail?: monet.List<T>): monet.List<T>
Properties
of
pure
unit
Methods
fromArray
- fromArray<T>(arr: T[]): monet.List<T>
isInstance
- isInstance(target: any): target is monet.List<any>
Returns target is monet.List<any>
isOfType
- isOfType(target: any): boolean
Returns boolean