MCPcopy Create free account
hub / github.com/ReactiveX/RxGo / rangeIterable

Struct rangeIterable

iterable_range.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package rxgo
2
3type rangeIterable struct {
4 start, count int
5 opts []Option
6}
7
8func newRangeIterable(start, count int, opts ...Option) Iterable {
9 return &rangeIterable{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected