PathTrieEntry
data class PathTrieEntry<T>(val path: AbsolutePath, val value: T, val id: PathMultimapEntryId) : PathMultimapEntry<T> (source)
Entry in a path trie holding values of type T.
Entry in a path trie holding values of type T.