Home
last modified time | relevance | path

Searched defs:isValidPrefixForTrie (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d4237 template isValidPrefixForTrie(Key, Prefix...) in isValidPrefixForTrie() function
4240 enum isValidPrefixForTrie = allSatisfy!(callableWith!Key, Prefix); // TODO: tighten the screws in isValidPrefixForTrie() local