itself<T> function

T itself<T>(
  1. T self
)

(T t) => t

Implementation

T itself<T>(T self) => self;