castFw<V> method

Fw<V> castFw<V>()

Implementation

Fw<V> castFw<V>() => bidiMap(
      BiDi.bidiCast<T, V>(),
    );