StructureFoundation5.9.0
Options
struct Options
Citizens in Foundation
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol ExpressibleByArrayLiteral
A type that can be initialized using an array literal.
protocol OptionSet
A type that presents a mathematical set interface to a bit set.
protocol RawRepresentable
A type that can be converted to and from an associated raw value.
protocol SetAlgebra
A type that provides mathematical set operations.
Members
init(rawValue: UInt
) static let withColonSeparatorInTime: ISO8601DateFormatter.Options
static let withColonSeparatorInTimeZone: ISO8601DateFormatter.Options
static let withDashSeparatorInDate: ISO8601DateFormatter.Options
static let withDay: ISO8601DateFormatter.Options
static let withFractionalSeconds: ISO8601DateFormatter.Options
static let withFullDate: ISO8601DateFormatter.Options
static let withFullTime: ISO8601DateFormatter.Options
static let withInternetDateTime: ISO8601DateFormatter.Options
static let withMonth: ISO8601DateFormatter.Options
static let withSpaceBetweenDateAndTime: ISO8601DateFormatter.Options
static let withTime: ISO8601DateFormatter.Options
static let withTimeZone: ISO8601DateFormatter.Options
static let withWeekOfYear: ISO8601DateFormatter.Options
static let withYear: ISO8601DateFormatter.Options
var rawValue: UInt
Features
static func != (Self, Self
) -> Bool func isStrictSubset(of: Self
) -> Bool Returns a Boolean value that indicates whether this set is a strict subset of the given set.
func isStrictSuperset(of: Self
) -> Bool Returns a Boolean value that indicates whether this set is a strict superset of the given set.