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

⬇️