Contents

Strategy

Declaration

associatedtype Strategy : ParseStrategy where Self.FormatInput == Self.Strategy.ParseOutput, Self.FormatOutput == Self.Strategy.ParseInput

See Also

Declaring Parse Strategy