encode_and_decode

Function encode_and_decode 

pub fn encode_and_decode(obj: IntegerList) -> (usize, IntegerList)
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.