Skip to main content

DonePredicate

Type Alias DonePredicate 

Source
pub type DonePredicate = fn(&dyn DynArray) -> bool;
Expand description

A predicate that determines when an array has reached a desired form during execution.