init(_:)
Creates a new template from its text form.
Declaration
init?(_ template: String)Discussion
The template string needs to be a valid RFC 6570 template.
This will parse the template and return nil if the template is invalid.
Creates a new template from its text form.
init?(_ template: String)The template string needs to be a valid RFC 6570 template.
This will parse the template and return nil if the template is invalid.