typealias Never.ID
A type representing the stable identity of the entity associated with an instance.
あるインスタンスと結び付けられた登録項目の安定した同一性を表しているある型。
Availability
Technology
@frozen enum Never
Use Never
as the return type when declaring a closure, function, or method that unconditionally throws an error, traps, or otherwise does not terminate.
無条件にエラーをスローする、トラップする、またはそうする以外終了しない、クロージャ、関数、またはメソッドを定義するときに、Never
を戻り型として使ってください。
typealias Never.ID
var hashValue : Int
var id: ObjectIdentifier
Never
conforms to AnyObject
.
Never
がAnyObject
に準拠する時に利用可能です。
var id: Never
func hash(into: inout Hasher)
static func != (Never, Never) -> Bool
static func ... (Never) -> PartialRangeFrom<Never>
static func ... (Never) -> PartialRangeThrough<Never>
static func ... (Never, Never) -> ClosedRange<Never>
static func ..< (Never) -> PartialRangeUpTo<Never>
static func ..< (Never, Never) -> Range<Never>
static func < (Never, Never) -> Bool
static func <= (Never, Never) -> Bool
static func == (Never, Never) -> Bool
static func > (Never, Never) -> Bool
static func >= (Never, Never) -> Bool
func fatalError (() -> String, file: StaticString, line: UInt) -> Never