class BinData::Array

def at(index)

of range the array will not be automatically extended.
Returns the element at +index+. Unlike +slice+, if +index+ is out
def at(index)
  elements[index]
end