class BinData::SanitizedFields

def copy_fields(other)

def copy_fields(other)
  @fields.concat(other.fields)
end