import { identity } from '@daffodil/core'
The unary identity function. Returns whatever is passed to it.
function identity<T>(v: T): T