ArrayCliz<T> extension Null safety

on

Properties

compact List
compact for removing all falsy values from the list
read-only

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