Thanks again! -- E,passed on > On Dec 21, 2015, at 8:15 PM, David Turnbull via swift-users > <[email protected]> wrote: > > You could be lazy about it... > lazy private(set) var derp: Bool = { > [unowned self] in > return self._findDerp() != nil > }()
_______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
