Compound.has

Checks if the key is associated to a value and that the value is of the same type of T.

  1. bool has(string name)
  2. bool has(string name)
    class Compound
    pure nothrow @trusted
    bool
    has
    (
    T : Tag
    )
    (
    string name
    )

Return Value

Type: bool

true if the value is found and is of the type T, false otherwise

Meta