Kaba function Stream.read ed
...
Syntax ed
func mut Stream.read(size: i32) -> bytes
func mut Stream.read(s: bytes) -> i32
Parameters ed
- s: bytes
- ...
Return ed
...
...
func mut Stream.read(size: i32) -> bytes
func mut Stream.read(s: bytes) -> i32
...