Remove and expose the element associated with key
param: a key param: a value reference (where returned value will reside)
whether the key is contained or not
Time complexity: O(1) average, O(n) worst
See Implementation
Remove and expose the element associated with key
param: a key param: a value reference (where returned value will reside)