The signature is weird anyway, how about:
proc insertsOrUpdates*[K, V](rbt: RedBlackTree[K, V], key: K, value: var
V): bool
Run
- Returning a `var` inside of a tuple iocat
- Re: Returning a `var` inside of a tuple mratsim
- Re: Returning a `var` inside of a tuple iocat
- Re: Returning a `var` inside of a tuple Araq
- Re: Returning a `var` inside of a tuple cumulonimbus
