• Concatenates two readers sequentially.

    Type Parameters

    • T

    • U

    Parameters

    • r: Reader<T, U>

      The first reader to process.

    Returns (<V>(s) => Reader<T, V>)

    The concatenated reader.

Generated using TypeDoc