Flatten<T> extension

on

Properties

flattlength int
returns the combined length of all elements in a nexted list
no setter

Methods

deepList() List<List<T>>
flatten() Iterable<T>
returns a list of t from a list of list of t