copy method

Array copy()

Implementation

Array copy() {
  return applyFunction((a) => a);
}