class BinData::Array

def debug_name_of(child)

def debug_name_of(child)
  index = find_index_of(child)
  "#{debug_name}[#{index}]"
end