@foreach


Description:

public Future<void*> @foreach (owned Func<G> f)

Applies the given function to each element of this seq.

This is a terminal operation.

Parameters:

f

a non-interfering function

Returns:

a future that will be completed with null, or the error if an error occurs during the operation