Preserving the Results of a Throwing Expression
スローする式の結果を保全する
Call the initializer that wraps a throwing expression when you need to serialize or memoize the result.
スローする式をラップするイニシャライザを呼び出します、あなたが結果をシリアライズまたは記憶する必要がある時に。
Availability
Technology
init(catching body: () throws -> Success)
Failure
is Error
.
Failure
がError
である時に利用可能です。
body
A throwing closure to evaluate. 評価することになるスローするクロージャ。