# -*- coding: utf-8 -*- ## # Indexable by dimension. # # * Intended to be implemented via []. # * Intended to be 1-dimensional. # module Indexable module D1 end end