passthrough<T> function

T passthrough<T>(
  1. T data
)

透传

Implementation

T passthrough<T>(T data) => data;