Instance Propertyswift 6.0.3FoundationEssentials->Swift
numericStringRepresentation
var numericStringRepresentation: String { get }
var numericStringRepresentation: String { get }
sSz20FoundationEssentialsE27numericStringRepresentationSSvp
What are these?33VFE
import Swift
import FoundationEssentials
protocol BinaryInteger : CustomStringConvertible, Hashable, Numeric, Strideable where Self.Magnitude : BinaryInteger, Self.Magnitude == Self.Magnitude.Magnitude
An integer type with a binary representation.
@frozen struct String
A Unicode string value that is a collection of characters.