inverted 属性

Codec<T, S> inverted

反转 this

结果编码器的 编码器解码器 互换了。

实现

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