sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
FloatLiteral
d
ir
expression
Float literal
final
class
FloatLiteral :
CompileTimeExpression
{
double
value
;
this
(Location location, double value, BuiltinType t);
string
toString
(Context );
}
Constructors
this
this
(Location location, double value, BuiltinType t)
Undocumented in source.
Members
Functions
toString
string
toString
(Context )
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
double
value
;
Undocumented in source.
Meta
Source
See Implementation
d
ir
expression
aliases
ArrayLiteral
CompileTimeTupleExpression
StaticTypeidExpression
TernaryExpression
TupleExpression
UnaryOp
classes
BinaryExpression
BooleanLiteral
CallExpression
CastExpression
CharacterLiteral
CompileTimeExpression
ContextExpression
DelegateExpression
DynamicTypeidExpression
Expression
FPCmpExpression
FieldExpression
FloatLiteral
FunctionExpression
ICmpExpression
IndexExpression
IntegerLiteral
IntrinsicExpression
LifetimeExpression
NewExpression
NullLiteral
PolysemousExpression
SliceExpression
StringLiteral
SuperExpression
UnaryExpression
VariableExpression
VoidInitializer
VtblExpression
enums
BinaryOp
CastKind
FPCmpOp
ICmpOp
Intrinsic
LifetimeOp
functions
build
templates
TupleExpressionImpl
Float literal