Document.hasMember

@return true if the key exist in the Document

  1. bool hasMember(string key)
    struct Document
    @trusted const
    bool
    hasMember
    (
    scope string key
    )
  2. bool hasMember(Index index)