Compound.has

Checks whether or not a value is in the associative array.

  1. bool has(string name)
    class Compound
    pure nothrow @safe
    bool
    has
    (
    string name
    )
  2. bool has(string name)

Return Value

Type: bool

true if the key is found, false otherwise

Meta