Initiates readahead of the specified range.
impl File { fn readahead<R>(&self, range: R) -> Result<(), Errno> where R: BoundedRange<u64>, }
The range that should be prepared for reading.
readahead(2)