isTrieableKeyType.isTrieableKeyType

Undocumented in source.
  1. enum isTrieableKeyType;
    template isTrieableKeyType(T)
    static if(is(T == struct))
    enum isTrieableKeyType = allSatisfy!(isScalarTrieableKeyType, typeof(T.tupleof));
  2. enum isTrieableKeyType;

Meta