pub fn prefixed_range_with_vnode<B: AsRef<[u8]>>(
range: impl RangeBounds<B>,
vnode: VirtualNode,
) -> TableKeyRangeExpand description
Prepend the prefix to the given key range.
pub fn prefixed_range_with_vnode<B: AsRef<[u8]>>(
range: impl RangeBounds<B>,
vnode: VirtualNode,
) -> TableKeyRangePrepend the prefix to the given key range.