tvix_eval::builtins::pure_builtins

Function builtin_all

source
async fn builtin_all(co: GenCo, values: Vec<Value>) -> Result<Value, ErrorKind>