- Source:
Swap out one value in a container for another.
This trait is implicitly implemented if the container implements Get and Set, so you usually do not need to manually implement this.
Interface
(c: Container, v: Value, k: Key) => r: Value.
Version history
- 1.2.0 Support for objects with Symbol keys.