Sha256: ee3a7cf736a035f2db1eabd2137f32443036fcc7a2a8de5f6fd644569d81ee79

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 Bytes

Contents

# frozen_string_literal: true

require 'forwardable'
require 'linked'

require 'rooted/mutable'
require 'rooted/node'
require 'rooted/tree'

# A basic implementation of a tree data structure.
module Rooted
  class StructureException < StandardError; end

  private_constant :Mutable
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rooted-0.4.0 lib/rooted.rb