menu
cowpay package
documentation
core/packages/dartz/dartz.dart
ISet<A>
ISet.fromIList factory constructor
ISet.fromIList factory constructor
dark_mode
light_mode
ISet<
A
>.fromIList
constructor
ISet<
A
>.fromIList
(
Order
<
A
>
order
,
IList
<
A
>
l
)
Implementation
factory ISet.fromIList(Order<A> order, IList<A> l) => new ISet.fromFoldable(order, IListTr, l);
cowpay package
documentation
core/packages/dartz/dartz
ISet<A>
ISet.fromIList factory constructor
ISet class