rx.range.drop

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

Members

Functions

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

Creates the observable that results from discarding the first n elements from the given source.