mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-06-15 04:54:17 -06:00
10 lines
248 B
Markdown
10 lines
248 B
Markdown
# Data Types
|
|
There are many different data types [variables](Variables.md) can [own](ownership.md)
|
|
|
|
There are many data types such as:
|
|
|
|
1. [Constants](Constants.md)
|
|
2. [Primitives](Primitives.md)
|
|
3. [Structures](Structures.md)
|
|
5. [Enums](Enums.md)
|