• Given a list aList, returns a clone of shallow copies. Every element is cloned by simple copy.

    Parameters

    • aList: List<any>

      the list to consider

    Returns List<any>

    the cloned list