export function identity(t: T): T { return t; } export function identityArgs(...args: T): T { return args; }