rx.range.take

Undocumented in source.

Members

Functions

take
auto take(TObservable observable, size_t n)

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

Meta