mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-09-19 12:06:01 +08:00
4 lines
50 B
Go
4 lines
50 B
Go
package observable
|
|
|
|
type Iterable[T any] <-chan T
|