function identity(arg: T): T {
    return arg;
}