Skip to main content

bind_seeded

Function bind_seeded 

Source
pub fn bind_seeded<V: PartialEq + 'static>(
    seed: V,
    compute: impl Fn() -> V + 'static,
    apply: impl Fn(&V) + 'static,
)
Expand description

bind pre-seeded with the value already applied at build time: the initial run does NOT re-apply (pieces pass initial values through realize props; §5.2’s no-duplicate-op rule).

Day API ↩ Guides· daybrite.dev