FloatLiteralType
A type that represents a floating-point literal.
Declaration
associatedtype FloatLiteralType : _ExpressibleByBuiltinFloatLiteralDiscussion
Valid types for FloatLiteralType are Float, Double, and Float80 where available.
A type that represents a floating-point literal.
associatedtype FloatLiteralType : _ExpressibleByBuiltinFloatLiteralValid types for FloatLiteralType are Float, Double, and Float80 where available.