https://issues.dlang.org/show_bug.cgi?id=20624
--- Comment #1 from [email protected] --- Instead of opAssign, the better fix is `aa[s] = Nullable!ulong(value);`. --
d-bugmail--- via Digitalmars-d-bugs Fri, 31 Jul 2020 07:40:14 -0700
https://issues.dlang.org/show_bug.cgi?id=20624
--- Comment #1 from [email protected] --- Instead of opAssign, the better fix is `aa[s] = Nullable!ulong(value);`. --