git ssb

1+

Matt McKegg / mutant



Commit 6c3600bdc8bb9caf695310b54e4b5f1ae61dad09

better elevator pitch for Struct

Dominic Tarr authored on 6/19/2017, 8:31:35 PM
GitHub committed on 6/19/2017, 8:31:35 PM
Parent: 306cee2cea33ec6d7ac5025d5033784134e56141

Files changed

README.mdchanged
README.mdView
@@ -122,8 +122,10 @@
122122
123123
124124 ### Struct
125125
126 +Take a fixed set of observables (or values) and return a single observable of the observed values, which updates whenever the inner values update. Subobservables can by any observable type.
127 +
126128 Mostly the same as [observ-struct](https://github.com/raynos/observ-struct) except that it always emits the same object (with the properties changed). This means it violates immutability, but the trade-off is less garbage collection. The rest of the mutant helpers can handle this case pretty well.
127129
128130 They accept a set list of keys that specify types. For example:
129131

Built with git-ssb-web