encode_and_decode

Function encode_and_decode 

pub fn encode_and_decode(obj: IntegerList) -> (usize, IntegerList)
Available on crate feature provider only.
Expand description

Encodes and decodes table types returning its encoded size and the decoded object. This method is used for benchmarking, so its parameter should be the actual type that is being tested.