AmToList<T> extension

on

Methods

splitList(List<T> delimiter) List<List<T>>

Available on List<T>, provided by the AmToList extension

Splits the List<T> into List<List<T>> using delimiter of type List<T> same idea as the string split