Lists<T> extension

Provides additional operations for lists.

on

Methods

alternate(T value) → void
Separates each element in this list with value.

Operators

operator *(int times) List<T>
Repeats the contents of this list the given number of times.