if you've been following us for a while you know we're passionate about #Rust! ๐ฆ
We've already discussed how you can install Rust, and we talked about basic concepts like variables and types.
Today, let's talk about sequence types.
๐๐๐
Sequence types are types that store an ordered list of some other type.
Today we'll talk about the two main sequence types @rust:
1๏ธโฃ Arrays
2๏ธโฃ Vectors
โฌ๏ธ