• The function creating a stream, with its first element aHead and the following elements as another stream aTail

    Parameters

    • aHead: any

      a head for the list

    • aTail: Stream<any>

      a tail for the list

    Returns Stream<any>

    a stream with the aforementioned head and tail