crabnebula

joined 2 years ago
6
.@eurorust is sold out! (cdn.fosstodon.org)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

.@eurorust is sold out!

This is your only chance to win a FREE virtual ticket!๐ŸŽซ๐Ÿ‘‡

@rust @TauriApps

https://fosstodon.org/@crabnebula/111141727642280464

 

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

โฌ‡๏ธ