Index public struct Index : Hashable, Comparable A position in an instance of Trie.Elements. Show on GitHub Edge Undocumented See more Declaration Swift fileprivate struct Edge : Hashable, Comparable Show on GitHub path Undocumented Declaration Swift fileprivate var path: [Edge] Show on GitHub <(_:_:) Declaration Swift public static func < (lhs: `Self`, rhs: `Self`) -> Bool Show on GitHub