ArrayCliz<T> extension

on

Properties

compact List
compact for removing all falsy values from the list
no setter

Methods

chunk(int size) List
chunk for creatubg a list of lists split into groups @param size the size of each group @param array the list to chunk @returns a list of lists split into groups