Option

public struct Option<T> : Equatable where T : OptionDescriptive

An option struct that carries the OptionDescriptive

  • Returns true when two options’ values are equal.

    Declaration

    Swift

    public static func == (lhs: Option<T>, rhs: Option<T>) -> Bool