1 2 3
#[polydat::polydat_node(category = Math)] fn f((a, b): (u64, u64)) -> u64 { a + b } fn main() {}