You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StrictStack#sizeInfo, for example, calls abs(size(this)); size returns long. This has to use an adder that auto-widens the numeric type; probably BigInteger to be safe.
The text was updated successfully, but these errors were encountered:
StrictStack#sizeInfo
, for example, callsabs(size(this))
;size
returnslong
. This has to use an adder that auto-widens the numeric type; probablyBigInteger
to be safe.The text was updated successfully, but these errors were encountered: