mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-05 16:18:04 +08:00
4 lines
50 B
Go
4 lines
50 B
Go
package observable
|
|
|
|
type Iterable[T any] <-chan T
|