VFile.seek

Jumps to the given location.

struct VFile
@nogc @property @trusted
void
seek
(
long offset
,
int origin = SEEK_SET
)

Meta