Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Created December 13, 2019 01:56
fn nameless_func(data: &u32, _env: …) -> … {
(*data).into()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment