Fs.readΒΆ

read :: fn (handle: File, dest: *u8, size: s64) (_0: s64, _1: Error) #inline

Read size bytes from file into raw dest buffer. Return count of bytes written into buffer and OK status when there was no error. dest buffer must be allocated to handle at least size bytes. There is no overflow check.

Declared in: fs.bl