@propertyWrapper class Lazy<V>
s5Utils4LazyC
40J8S
import Utils
init(state: State)
convenience init(wrappedValue: @autoclosure @escaping () -> V)
static func computed(_ v: V) -> Lazy
static func lazy(_ f: @escaping () -> V) -> Lazy
var wrappedValue: V { get }
enum State