EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
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()