ArrayFlatten<T> extension

on

Properties

flattenDeep List
flattenDeep flattens a nested array. @param array the list to compare against
no setter

Methods

flatten() List
flatten flattens a nested array. @param array the list to compare against
flattenDepth(int depth) List
flattenDepth flattens a nested array. @param array the list to compare against @param depth the depth of the flattening