The boolean type.| doc.rust-lang.org
The 8-bit unsigned integer type.| doc.rust-lang.org
<<<| pubs.opengroup.org
The 32-bit unsigned integer type.| doc.rust-lang.org
A fixed-size array, denoted `[T; N]`, for the element type, `T`, and the non-negative compile-time constant size, `N`.| doc.rust-lang.org
The `Option` type. See the module level documentation for more.| doc.rust-lang.org
<<<| pubs.opengroup.org