var._toUlong

private ulong _toUlong() const @safe

Convert the stored value to ulong for arithmetic.

Notes: This conversion is lossy for negative signed integers: values that cannot be represented as ulong are converted to 0 (instead of wrapping).