zip method

List<T> zip()

Implementation

List<T> zip() => _zipInternal(this.evens, this.odds).toList();