Function tidb_query_datatype::codec::mysql::decimal::sub[][src]

fn sub(lhs: u32, rhs: u32, carry: &mut i32, res: &mut u32)

sub subtracts rhs and carry from lhs, store the diff and new carry.