Guest User

Untitled

a guest
Feb 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. let v: Vec<u8> = (0..256).collect();
  2.  
  3. let v: Vec<u8> = (0..256u16).map(|x| x as u8).collect();
Add Comment
Please, Sign In to add comment