Following generic function takes an array of type T and returns it:
T
const makeGenericArray = (arr: Array) => arr; const colo