
applist(+Pred, +List)

   Apply a predicate to all list elements

Type
   library(apply_macros)

Examples
   applist(<(0), [1,2,3]).


