Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@elliotchance elliotchance released this 24 May 20:14
f5ea9d1
Add ReplaceKey (#37)

ReplaceKey replaces an existing key with a new key while preserving order of
the value. This function will return true if the operation was successful, or
false if 'originalKey' is not found OR 'newKey' already exists (which would be an overwrite).