IsEverTrue


STRUCT

IsEverTrue

Swift
1public struct IsEverTrue

A property wrapper that indicates if a Bool value was ever set to true. Defaults to false, if ever set to true, it will always be true.

Properties

wrappedValue

Swift
1public var wrappedValue: Bool

Methods

init()

Swift
1public init()
Feedback

Edit on GitHub

Forums