Generic Type Method

integerAndFractionLength(integerLimits:fractionLimits:)

No overview available. 概要は利用可能でありません。

Declaration 宣言

static func integerAndFractionLength<R1, R2>(integerLimits: R1, fractionLimits: R2) -> NumberFormatStyleConfiguration.Precision where R1 : RangeExpression, R2 : RangeExpression, R1.Bound == Int, R2.Bound == Int