Generic Initializer

init(_:strategy:)

No overview available. 概要は利用可能でありません。

Declaration 宣言

init<T, Value>(_ value: Value, strategy: T) throws where T : ParseStrategy, Value : StringProtocol, T.ParseInput == String, T.ParseOutput == Date