init(_:strategy:)
Initialize an instance by parsing value with the given strategy.
Declaration
init<S>(_ value: S.ParseInput, strategy: S) throws where Self == S.ParseOutput, S : ParseStrategyInitialize an instance by parsing value with the given strategy.
init<S>(_ value: S.ParseInput, strategy: S) throws where Self == S.ParseOutput, S : ParseStrategy