Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux:rust [2021/02/14 12:36] – kurt.smolderen@empuly.net | linux:rust [2021/02/14 13:05] (current) – kurt.smolderen@empuly.net | ||
---|---|---|---|
Line 9: | Line 9: | ||
* Scalar types: | * Scalar types: | ||
- | * Integer: Internally represented in 2-components notation when signed (-(2< | + | * Integer: Internally represented in 2-components notation when signed (-(2< |
^Length^Signed^Unsigned| | ^Length^Signed^Unsigned| | ||
Line 25: | Line 25: | ||
* Tuple: Fixed size (defined at declaration), | * Tuple: Fixed size (defined at declaration), | ||
* '' | * '' | ||
- | * Values can be retrieved by either pattern matching: '' | + | * Values can be retrieved by either pattern matching: '' |
* Array: Fixed size, elements should be of the same type | * Array: Fixed size, elements should be of the same type | ||
* '' | * '' |