class BinData::Array

def new_element(value = nil)

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