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