iS(_:)

Elements.swift:479
func iS(_ query: String) throws -> Bool
  • Test if any of the matched elements match the supplied query.

  • @param query A selector

  • @return true if at least one element in the list matches the query.