Function _append

  • append a single item to the end of a sequence

    Type Parameters

    • T

    Parameters

    • src: Iterable<T>

      source sequence

    • item: T

      the item to append

    Returns Iterable<T>

Generated using TypeDoc