Document.hasMember

@return true if the index exist in the Document

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