Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created October 21, 2017 01:46
Show Gist options
  • Save TheOpenDevProject/21728e26c8d4e1e5721f195ca6b3497c to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/21728e26c8d4e1e5721f195ca6b3497c to your computer and use it in GitHub Desktop.
for x in ips{
match x {
V4 => println!("{:?}",V4),
_ => println!("none")
}
}
Vec:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment