class Mikon::ArrayWrapper

Public Instance Methods

dtype() click to toggle source
# File lib/mikon/core/array.rb, line 125
def dtype
  :object
end
sorted_indices() click to toggle source
# File lib/mikon/core/array.rb, line 129
def sorted_indices
  self.map.with_index.sort_by(&:first).map(&:last)
end