Rust datatypes

From wikinotes
Revision as of 21:14, 29 August 2021 by Will (talk | contribs) (Created page with " = Primitives = <blockquote> == Text == <blockquote> === char === <blockquote> <syntaxhighlight lang="rust"> char </syntaxhighlight> </blockquote><!-- char --> </blockquote><!...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Primitives

Text

char

char

Numbers

Integers

i8
i16
i32
i64
i128
isize

Floating Point

Boolean

true
false

Collections

tuples

arrays