Type Method
canConvertDirective(_:)
Returns a Boolean value indicating whether the DirectiveConvertible recognizes the given directive.
static func canConvertDirective(_ directive: BlockDirective) -> Bool
Parameters
directiveThe directive to check for conversion compatibility.