Try,
@static if @isdefined(var)
Note the condition isn’t limited just to @isdefined, anything that evaluates at parse time should be fine.
Try,
@static if @isdefined(var)
Note the condition isn’t limited just to @isdefined, anything that evaluates at parse time should be fine.