identity<TValue> function

TValue identity<TValue>(
  1. TValue value
)

identity

Implementation

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