fun load32(self: slice): int { return self.loadUint(32); } /** @compilation_should_fail @stderr modifying `self` (call a mutating method), which is immutable by default */