Trunc constructor
Trunc(
- dynamic expr, [
- dynamic place
Creates $trunc
operator expression
Implementation
Trunc(expr, [place]) : super('trunc', AEList([expr, place]));
Creates $trunc
operator expression
Trunc(expr, [place]) : super('trunc', AEList([expr, place]));