codeql/swift-all
2.0.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
An option type. This is either a singleton None or a Some wrapping the given type.
None
Some
import codeql.util.Option
Gets the wrapped element, if any.
Holds if this option is the singleton None.
Gets a textual representation of this element.