• Compose two codecs.

    Generic

    I - original input

    Generic

    IO - output of first codec, input for the second.

    Generic

    O - output of last codec

    Type Parameters

    • I

    • IO

    • O

    Parameters

    • codeca: Codec<I, IO, Error>
    • codecb: Codec<IO, O, Error>

    Returns Codec<I, O, Error>

Generated using TypeDoc