The addition operator `+`.| doc.rust-lang.org
The 128-bit unsigned integer type.| doc.rust-lang.org
String slices.| doc.rust-lang.org
The 64-bit signed integer type.| doc.rust-lang.org
The 8-bit unsigned integer type.| doc.rust-lang.org
The 32-bit signed integer type.| doc.rust-lang.org
A 32-bit floating-point type (specifically, the “binary32” type defined in IEEE 754-2008).| doc.rust-lang.org
A UTF-8–encoded, growable string.| doc.rust-lang.org
A SIMD vector with the shape of `[T; N]` but the operations of `T`.| doc.rust-lang.org
A clone-on-write smart pointer.| doc.rust-lang.org
The 32-bit unsigned integer type.| doc.rust-lang.org
A measurement of the system clock, useful for talking to external entities like the file system or other processes.| doc.rust-lang.org