var._tryToUlong

private bool _tryToUlong(out ulong outValue) const @safe

Attempt to convert an integer value to ulong without wrapping.

Returns

true on success; false when the value is negative or not representable.