Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReactiveX/RxGo
/ sliceIterable
Struct
sliceIterable
iterable_slice.go:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
rxgo
2
3
type
sliceIterable
struct
{
4
items []Item
5
opts []Option
6
}
7
8
func
newSliceIterable(items []Item, opts ...Option) Iterable {
9
return
&sliceIterable{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected