- Source:
Set a default value in a container.
This trait is implicitly implemented if the container implements Has, Get and Set, so you usually won't need to explicitly implement this.
Interface
(c: Container, v: Value, k: Key) => r: Value.