fn prefix_range_end(prefix: &[u8]) -> Vec<u8> ⓘExpand description
Computes etcd’s prefix range-end: the prefix with its last non-0xff byte
incremented (so a Range covers all keys starting with the prefix). An
all-0xff prefix ranges to the end of the keyspace ([0]).