invoke

inline operator fun <IN, T> invoke(noinline asOut: (IN) -> T, noinline asIn: (T) -> IN): BiDiMapping<IN, T>