Stuart Cook

Results 11 issues of Stuart Cook

[(playground link)](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=953dfa5c559557f9bc21f3399f9fe583) Input: ```rust fn hello() { let _slice = &[ // First item 0x0001, // Second item 0x0002, ]; two_arg_fn( // First arg 1, // Second arg 2, );...