Searched refs:callableWith (Results 1 – 2 of 2) sorted by relevance
4217 template callableWith(T) in callableWith() function4219 template callableWith(alias Pred) in callableWith()4222 enum callableWith = false; in callableWith() local4226 enum callableWith = isBitPackableType!(TypeOfBitPacked!(Result)); in callableWith() local4240 enum isValidPrefixForTrie = allSatisfy!(callableWith!Key, Prefix); // TODO: tighten the screws in isValidPrefixForTrie()
4206 template callableWith(T)4208 template callableWith(alias Pred)4211 enum callableWith = false;4215 enum callableWith = isBitPackableType!(TypeOfBitPacked!(Result));4229 enum isValidPrefixForTrie = allSatisfy!(callableWith!Key, Prefix); // TODO: tighten the screws