КВ
Size: a a a
PS
КВ
A
func stringValue<T>(value: T) -> String? where T: RawRepresentable
{A
PS
A
PS
КВ
PS
PS
valueInt: StructInt
let valueFloat: StructFloat
let valueDouble: StructDouble
PS
func stringValue(type: .int) -> String?
PS
PS
AB
func stringValue<T>(value: T) -> String? where T : RawRepresentable, T.RawValue : BinaryInteger {
String(value.rawValue * value.rawValue)
}
КВ
PS
A
PS
func stringValue<T>(value: T) -> String? where T : RawRepresentable, T.RawValue : BinaryInteger {
String(value.rawValue * value.rawValue)
}
PS