About the type in Rust #5
-
|
i wanna exactly understand about the type in rust. could anyone explain me about that? |
Beta Was this translation helpful? Give feedback.
Answered by
bluesky816
Dec 4, 2025
Replies: 1 comment 1 reply
-
|
there are various kind of type in rust. and i will answer you about the number type in rust. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JaimsTomas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there are various kind of type in rust. and i will answer you about the number type in rust.
there are u8, i8, and so on.
so this is the number type.