copyList<T> abstract method

List<T> copyList<T>(
  1. List array
)

Implementation

List<T> copyList<T>(List array);