identity<T> function

T identity<T>(
  1. T value
)

Implementation

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