array/zip library

Functions

zip<T>(List<List<T>> arrays) List<List<T?>>
Creates a list of grouped elements, where each group contains elements at the same index from the given arrays.