You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properties are sophisticated enough at this point that they probably justify their own chapter in the Ixa Book. We have also learned a few things working on ixa-epi-covid that might be worth including there.
Properties are sophisticated enough at this point that they probably justify their own chapter in the Ixa Book. We have also learned a few things working on
ixa-epi-covidthat might be worth including there.f64data in a property and theimpl_eq_hashparameter more generally. (feat: implementEqandHashforProperty#848)impl_eq_hash = both(generic generated imples) vs.impl_eq_hash = neither(manual impls) vs.OrderedFloat<f64>define_property!/define_derived_property!Unclear if in scope, but might be nice to have somewhere:
Copytypes more generally)ContextBase/ a trait onContextto define an API that hides details of property implementation.