The signature is weird anyway, how about:
    
    
    proc insertsOrUpdates*[K, V](rbt: RedBlackTree[K, V], key: K, value: var 
V): bool
    
    
    Run

Reply via email to