inverted 属性

Codec<T, S> inverted

反转 this

结果的编解码器的编码器和解码器被交换。

实现

Codec<T, S> get inverted => _InvertedCodec<T, S>(this);