mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-02 18:14:01 +00:00
3 lines
50 B
Go
3 lines
50 B
Go
package observable
|
|
|
|
type Iterable[T any] <-chan T
|