Searched defs:isValidPrefixForTrie (Results 1 – 1 of 1) sorted by relevance
4237 template isValidPrefixForTrie(Key, Prefix...) in isValidPrefixForTrie() function4240 enum isValidPrefixForTrie = allSatisfy!(callableWith!Key, Prefix); // TODO: tighten the screws in isValidPrefixForTrie() local