class BinData::Array

def append_new_element

def append_new_element
  element = new_element
  elements << element
  element
end