Instance Propertyswift 6.0.3FoundationInternationalization
rawValue
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
var rawValue: UInt
var rawValue: UInt
s30FoundationInternationalization20ByteCountFormatStyleV5UnitsV8rawValueSuvp
What are these?3AKE6
import FoundationInternationalization
struct Units
struct ByteCountFormatStyle
@frozen struct UInt
An unsigned integer value type.
init(rawValue: UInt)
static var all: ByteCountFormatStyle.Units { get }
static var bytes: ByteCountFormatStyle.Units { get }
static var `default`: ByteCountFormatStyle.Units { get }
static var eb: ByteCountFormatStyle.Units { get }
static var gb: ByteCountFormatStyle.Units { get }
static var kb: ByteCountFormatStyle.Units { get }
static var mb: ByteCountFormatStyle.Units { get }
static var pb: ByteCountFormatStyle.Units { get }
static var tb: ByteCountFormatStyle.Units { get }
static var ybOrHigher: ByteCountFormatStyle.Units { get }
static var zb: ByteCountFormatStyle.Units { get }