menu
cowpay package
documentation
core/packages/dartz/dartz.dart
AVLTree<A>
toIList method
toIList method
dark_mode
light_mode
toIList
method
IList
<
A
>
toIList
(
)
Implementation
IList<A> toIList() => foldRight(nil(), (A a, IList<A> p) => new Cons(a, p));
cowpay package
documentation
core/packages/dartz/dartz
AVLTree<A>
toIList method
AVLTree class