Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpperBound ¶
Calculates the next possible prefix after the given prefix bytes. It's used to establish an upper boundary for prefix-based database scans. Examples:
[1] -> [2] [1, 255, 255] -> [2] [1, 2, 255] -> [1, 3] [255, 255] -> nil
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.