Documentation ¶
Overview ¶
Package stream is data stream ETL
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
type Stream[T comparable] chan T
func Connect ¶
func Connect[T comparable](arr []T, arrs ...[]T) Stream[T]
Connect Multiple slice splicing
Click to show internal directories.
Click to hide internal directories.