mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-01 18:21:19 +00:00
4 lines
50 B
Go
4 lines
50 B
Go
package observable
|
|
|
|
type Iterable[T any] <-chan T
|