id<T> function

T id<T>(
  1. T a
)

Implementation

T id<T>(T a) => a;