IsEverTrue
STRUCT
IsEverTrue
Swift
1public struct IsEverTrueA 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: BoolMethods
init()
Swift
1public init()