deno.land / x / deno@v1.28.2 / ops / optimizer_tests / opstate_with_arity.rs

opstate_with_arity.rs
1
2
3
4
fn op_add_4(x1: u32, x2: u32, x3: u32, x4: u32) -> Result<u32, anyhow::Error> { Ok(x1 + x2 + x3 + x4)}
deno

Version Info

Tagged at
a year ago