polydat 0.3.1

Polydat — a variates construction engine
Documentation
1
2
3
#[polydat::polydat_node(category = Math)]
fn f(a: u64, #[poly_default(8u64)] size: u64) -> u64 { a + size }
fn main() {}