prsqlite icon indicating copy to clipboard operation
prsqlite copied to clipboard

btree functions to accept PageBuffer and PageBufferMut

Open kawasin73 opened this issue 1 year ago • 0 comments

Introduce

BtreePagerBuffer<'a>(&'a [u8])
BtreePagerBufferMut<'a>(&'a mut [u8])

kawasin73 avatar Nov 14 '23 00:11 kawasin73