stream_for_each: Perform a function on each element of a stream (without...

Description Usage Arguments Details

Description

Perform a function on each element of a stream (without returning values)

Usage

1
stream_for_each(stream, fun, until = 5)

Arguments

stream

A stream

fun

A function to perform

until

How many iterations

Details

This function is only useful for the side effects of fun


tarakc02/lazylist documentation built on May 31, 2019, 3:51 a.m.