identity<T> function

T identity<T>(
  1. T x
)

Returns its argument

since 0.0.1

Implementation

T identity<T>(T x) => x;