Union SeekFrompub
Source:union(pub) SeekFrom
| Start U64
| End I64
| Current I64
Description
SeekFrom — the offset origin. Start uses an unsigned offset (position measured from beginning); End and Current use signed offsets because relative positions may be negative.