identity<I> static method

Conveyor<From<I>, I> identity<I>()

Implementation

static Conveyor<From<I>, I> identity<I>() => lift(id);