Tuple<int, BigInt> getCompactBigintInfos(int offset) { final length = LayoutSerializationUtils.decodeLength(_bytes, offset: offset); return Tuple(length.item1, length.item2); }