CloneList extension

Adds clone method that create a deep copy of a list.

on

Methods

clone<T>() List<T>

Available on List, provided by the CloneList extension

Creates a deep copy of the List, mutations to the original will not affect the copy.