pub fn deltainv<T: AsRef<[u8]>, V: AsRef<[u8]>>(b_txt: T, d_txt: V) -> Vec<u8> ⓘ
Given the current version of text value b_txt and delta value as d_txt this function returns the previous version of text b_txt.
b_txt
d_txt