dictionaryHasDefinition(forTerm:)
Returns whether a definition is available for the given term.
Declaration
class func dictionaryHasDefinition(forTerm term: String) -> BoolParameters
- term:
The term to be defined.
Return Value
true if a definition for term is available; otherwise, false.