mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-04 21:53:37 +03:00
3 lines
50 B
Go
3 lines
50 B
Go
package observable
|
|
|
|
type Iterable[T any] <-chan T
|