rx.range.take

This module is a submodule of rx.range. It provides basic operation a 'take'

Members

Functions

take
auto take(auto ref TObservable observable, size_t n)

Creates a sub-observable consisting of only up to the first n elements of the given source.