init(_:)
Initializes the type with the specified Boolean value.
Declaration
init(_ value: Bool = true)Parameters
- value:
trueif the extension point requires extra security, orfalseif it doesn’t.
Initializes the type with the specified Boolean value.
init(_ value: Bool = true)true if the extension point requires extra security, or false if it doesn’t.