Open wclr opened 4 years ago
This PR:
strict
Stream<T>
T
_ils
_dl
const s$: Stream<number | string> = xs.create<number>()
@staltz hello, what do you say?
This PR:
strict
mode on the whole repoStream<T>
covariant onT
by modifying inner_ils
,_dl
types.