Currently, get (name, value&) returns void, meaning awkward things must be done to detect if the assignment into value succeeded.
get(name,value&) knows if it made the assignment or not, should return that fact.
Log in to post a comment.