deltainv

Function deltainv 

Source
pub fn deltainv<T: AsRef<[u8]>, V: AsRef<[u8]>>(b_txt: T, d_txt: V) -> Vec<u8> 
Expand description

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.