Associated TypeGrammar
Construction
The type of the constructions produced by a successful application of this parsing rule.
Required.
associatedtype Construction
Overview
Implementations should not report failure through an Optional
construction type. Instead, implementations should throw
an Error
, which allows the library to perform appropriate cleanup and backtracking.