If V is TraversableOnce[T], returns a new store that sums V down into a single T before returning.
If V is TraversableOnce[T], returns a new store that sums V down into a single T before returning. We require a Monoid to distinguish empty keys from keys with empty Traversable values.
Enrichments on ReadableStore.