func formatted<S>(S) -> S.FormatOutput
Generates a locale-aware string representation of a measurement using the provided measurement format style.
ある寸法のロケールを意識した文字列表現をこの提供された寸法書式形式を使って生成します。
Available when
UnitType
conforms to Dimension
.
UnitType
がDimension
に準拠する時に利用可能。
struct Measurement.FormatStyle
A type that provides localized representations of measurements.
ある型、それは寸法のローカライズされた表現を提供します。
Available when
UnitType
conforms to Dimension
.
UnitType
がDimension
に準拠する時に利用可能。
struct Measurement.AttributedStyle
A type that provides localized representations of measurements with an attributed string.
Available when
UnitType
conforms to Dimension
.
UnitType
がDimension
に準拠する時に利用可能。