UnitInformationStorage
final class UnitInformationStorage
final class UnitInformationStorage
import Foundation
class Dimension
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol NSCoding
The NSCoding
protocol declares the two methods that a class must implement so that instances of that class can be encoded and decoded. This capability provides the basis for archiving (where objects and other structures are stored on disk) and distribution (where objects are copied to different address spaces).
protocol NSCopying
The NSCopying
protocol declares a method for providing functional copies of an object. The exact meaning of “copy” can vary from class to class, but a copy must be a functionally independent object with values identical to the original at the time the copy was made.
protocol NSObjectProtocol : AnyObject
The NSObjectProtocol
groups methods that are fundamental to all Foundation objects.
protocol NSSecureCoding : NSCoding
Conforming to the NSSecureCoding
protocol indicates that an object handles encoding and decoding instances of itself in a manner that is robust against object substitution attacks.
protocol Sendable
class var bits: UnitInformationStorage { get }
class var bytes: UnitInformationStorage { get }
class var exabits: UnitInformationStorage { get }
class var exabytes: UnitInformationStorage { get }
class var exbibits: UnitInformationStorage { get }
class var exbibytes: UnitInformationStorage { get }
class var gibibits: UnitInformationStorage { get }
class var gibibytes: UnitInformationStorage { get }
class var gigabits: UnitInformationStorage { get }
class var gigabytes: UnitInformationStorage { get }
class var kibibits: UnitInformationStorage { get }
class var kibibytes: UnitInformationStorage { get }
class var kilobits: UnitInformationStorage { get }
class var kilobytes: UnitInformationStorage { get }
class var mebibits: UnitInformationStorage { get }
class var mebibytes: UnitInformationStorage { get }
class var megabits: UnitInformationStorage { get }
class var megabytes: UnitInformationStorage { get }
class var nibbles: UnitInformationStorage { get }
class var pebibits: UnitInformationStorage { get }
class var pebibytes: UnitInformationStorage { get }
class var petabits: UnitInformationStorage { get }
class var petabytes: UnitInformationStorage { get }
class var tebibits: UnitInformationStorage { get }
class var tebibytes: UnitInformationStorage { get }
class var terabits: UnitInformationStorage { get }
class var terabytes: UnitInformationStorage { get }
class var yobibits: UnitInformationStorage { get }
class var yobibytes: UnitInformationStorage { get }
class var yottabits: UnitInformationStorage { get }
class var yottabytes: UnitInformationStorage { get }
class var zebibits: UnitInformationStorage { get }
class var zebibytes: UnitInformationStorage { get }
class var zettabits: UnitInformationStorage { get }
class var zettabytes: UnitInformationStorage { get }
override class func baseUnit() -> UnitInformationStorage
override func isEqual(_ object: Any?) -> Bool