noop<T> function

T noop<T>(
  1. T arg
)

Implementation

T noop<T>(T arg) => arg;