Moves to the previous element. Returns false and resets to before the first element if there is no previous element.
Synopsis
Declared in <folly/compression/elias_fano/EliasFanoCoding.h>
bool
previous();
Return Value
True if the reader moved to a valid previous element.
Created with MrDocs