Eval.asLong

struct Eval
const @trusted
long
asLong
()

Return Value

Type: long

the evaluation result as a long long integer if the kind is Int.

This prevents overflows that may happen if the result is returned with clang_EvalResult_getAsInt.

Meta