global

def unpack1(format, offset: 0)

def unpack1(format, offset: 0)
  offset == 0 ? super(format) : self[offset..].unpack1(format)
end