Type Definition SelNode
wlambda::selector
type SelNode = Box<dyn Fn(&VVal, &mut SelectorState, &VVal) -> bool>;
A function type for the evaluation node of a data structure selector.