General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
No Boilerplate
comments
Comments by "" (@diadetediotedio6918) on "Rust's Witchcraft" video.
@NoBoilerplate I do know the macro "pipeline" from my searches, you can do things like: let length = pipe!( "abcd" => [len] => (as u32) => times(2) => [to_string] ); // from their documentation I did not use it yet, but I saved as fav because it looks so cool
3