Function grpcio_sys::grpc_slice_cmp[][src]

pub unsafe extern "C" fn grpc_slice_cmp(a: grpc_slice, b: grpc_slice) -> c_int
Expand description

Returns <0 if a < b, ==0 if a == b, >0 if a > b The order is arbitrary, and is not guaranteed to be stable across different versions of the API.