Sha256: 7e37424509bbe2c74387f681b13d24225c07b4ff41fdb58124e3233c61e99fbf
Contents?: true
Size: 262 Bytes
Versions: 2
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true module Rambling module Trie module Nodes # A representation of a missing node in the trie data structure. Returned when a node is not found. class Missing < Rambling::Trie::Nodes::Node end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rambling-trie-2.5.0 | lib/rambling/trie/nodes/missing.rb |
rambling-trie-2.4.0 | lib/rambling/trie/nodes/missing.rb |