FpdartOnMutableIterableOfIterable<T> extension

Functional programming functions on a mutable dart Iterable<Iterable<T>> using fpdart.

on

Properties

concat Iterable<T>
From a container of Iterable<Iterable<T>> return a Iterable<T> of their concatenation.
no setter