this post was submitted on 09 Aug 2023
10 points (81.2% liked)

Rust Programming

8427 readers
111 users here now

founded 5 years ago
MODERATORS
 

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

โฌ‡๏ธ

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 2 years ago (1 children)

Yea ... you have to go the original mastodon instance where the posts originated.

It might actually be a bug that the thread didn't end up here as comments, or at least something went wrong.

[โ€“] [email protected] 1 points 2 years ago

It might actually be a bug that the thread didnโ€™t end up here as comments

If that's the case, that's a good bug in my book.