Alex
0
Q:

range in rust

// you can create a randge like this:
start..stop // stop will be excluded

//OR like this:
start..=stop // stop will be included
2

New to Communities?

Join the community