bored-river-53178
07/22/2019, 1:01 AMcrooked-jordan-34725
07/22/2019, 5:48 AM.apply(f)
? At update time, f will be called with the realized value. eg: stackref.apply((actualStackRef) => { do_something_with(actualStackRef) })
bored-river-53178
07/22/2019, 6:07 AMhigh-translator-22614
07/22/2019, 6:28 PMOutput.apply()
will call the function with the real valueOutput
)