has

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool has(T t, K k)
    version(XML_AA)
    @trusted nothrow
    bool
    has
    (
    T
    K
    )
    (
    ref T t
    ,
    K k
    )
    if (
    isAssociativeArray!T
    )
  2. bool has(T t, K k)

Meta