class BinData::Array

def new_element

def new_element
  @element_prototype.instantiate(nil, self)
end