`PureCodec.connect[A, B, C]` is a convenient shortcut for `PureCodec[A, B] andThen PureCodec[B, C]`, the same holds for other bijections.
PureCodec.connect[A, B, C]is a convenient shortcut forPureCodec[A, B] andThen PureCodec[B, C], the same holds for other bijections.