menu
cowpay package
documentation
core/packages/dartz/dartz.dart
IVector<A>
flattenIVector<A> static method
flattenIVector<A> static method
dark_mode
light_mode
flattenIVector<
A
>
static method
IVector
<
A
>
flattenIVector
<
A
>(
IVector
<
IVector
<
A
>
>
ffa
)
Implementation
static IVector<A> flattenIVector<A>(IVector<IVector<A>> ffa) => ffa.flatMap(id);
cowpay package
documentation
core/packages/dartz/dartz
IVector<A>
flattenIVector<A> static method
IVector class