CloneList extension

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

on

Methods

clone<T>() List<T>
Creates a deep copy of the List, mutations to the original will not affect the copy.