Hash.hasKey

Ditto, but accepts a template parameter.

  1. bool hasKey(string name)
  2. enum bool hasKey(string name);
    struct Hash(args...)
    enum bool hasKey(string name);

Meta