fn seekBy(self: File, offset: i64) SeekError!void

Repositions read/write file offset relative to the current offset. TODO: integrate with async I/O

Parameters

self: File,
offset: i64,