Searched defs:IList (Results 1 – 4 of 4) sorted by relevance
7 map<D>(f: (t: C) => D): IList<D> { field in Nil13 map<U>(f: (t: T) => U): IList<U> { field in Cons
1 interface IList<T> { interface
1 interface IList<A> { interface