Home
Press ? for keyboard navigation
❮
Default path - return PathBuf
Rust tuple - fixed-sizes, mixed, ordered collection
❯
Tuples in Rust
Rust tuple - fixed-sizes, mixed, ordered collection
Define the types in the tuple
Change tuple (mutable)
Create tuple with types, but without values
Destructuring tuple
The empty tuple is called the unit
One element tuple
Enumerate over vector uses tuples
Return multiple values from a function