• Given two values aCar and aCdr, return the pointed pair containing these two values.

    Parameters

    • aCar: any

      the first element of the pair

    • aCdr: any

      the second element of the pair

    Returns Pair<any, any>