Skip to content

Instantly share code, notes, and snippets.

@cengiz-io
Created January 25, 2017 23:31
Show Gist options
  • Save cengiz-io/86869c32ca6faf9d38c9d70bd8c3a7e9 to your computer and use it in GitHub Desktop.
Save cengiz-io/86869c32ca6faf9d38c9d70bd8c3a7e9 to your computer and use it in GitHub Desktop.
fn main() {
let mut z = 4;
let mut hede: Vec<u8> = vec![];
let x = vec![];
}
/*
_#0t
---> _#0t
std::vec::Vec<u8>
---> std::vec::Vec<u8>
---> u8
_#4t
---> _#4t
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment