polydat 0.3.1

Polydat — a variates construction engine
Documentation
1
2
3
#[polydat::polydat_node(category = Math, variadic_min = "1")]
fn f(values: &[polydat::ast::Value]) -> u64 { values.len() as u64 }
fn main() {}