
Rust Programming Tutorial #10 - Enum Types
39916
671________
Reference and documentation for Rust:
doc.rust-lang.org/book/second-edition/ch06-01-defi…
Refer to the above to find out how you can store data in variations.
Today we look at Enum Types in Rust - Enums provide a way to express your code in a descriptive and simple way. For example, when dealing with directions of a player in a game you might want to store all their possible directions in an Enum, having the variants Up, Down, Left and Right.
If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!
コメント