Chore: use generics as possible
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
package observable
|
||||
|
||||
type Iterable <-chan any
|
||||
type Iterable[T any] <-chan T
|
||||
|
||||
Reference in New Issue
Block a user