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
Currently, the insert function has () as return type. However, it's often useful to know whether the value was actually inserted (didn't exist yet) or not. I think this should be easy to determine while inserting.
The text was updated successfully, but these errors were encountered:
Currently, the
insert
function has () as return type. However, it's often useful to know whether the value was actually inserted (didn't exist yet) or not. I think this should be easy to determine while inserting.The text was updated successfully, but these errors were encountered: