Returns var uint value of n bits as a BigInt from current offset
BigInt preloadVarUintBig(int n) { var size = _preloadUintBig(_offset, n).toInt(); return _preloadUintBig(_offset + n, size * 8); }