menu
cedar package
documentation
ast.dart
long function
long function
dark_mode
light_mode
long
function
Expr
long
(
int
value
)
Implementation
Expr long(int value) { return ExprValue(Value.long(Int64(value))); }
cedar package
documentation
ast
long function
ast library