FloatLiteralExprNode

Undocumented in source.

Members

Functions

negate
void negate(TokenIndex pos, CompilationContext context)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ExpressionNodeData!(AstType.literal_float, 0, AstNodeState.name_resolve_done)
Undocumented in source.

Variables

value
double value;
Undocumented in source.

Meta