Function reducer

Source
pub fn reducer(
    state: &mut State,
    action: &ActionWithMeta,
    dispatcher: &mut Dispatcher<Action, State>,
)