Hash.hasKey

Checks for the presence of a key in the hash.

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

Meta