pub fn reset()Expand description
Clear the buffer. Called by MilkEvaluator::new() so each evaluator
starts with fresh state on the current thread. (Within a single
thread, evaluators can stomp on each other’s buffer mid-frame; in
practice each preset is loaded → eval’d → dropped sequentially.)