July 2019
Intermediate to advanced
560 pages
14h 12m
English
+ (addition operator), 39, 139–140, 500
for specifying lifetime parameters, 197
for specifying type parameters, 132, 176, 177
* (asterisk), 500
dereference operator, 70, 317–321, 420
glob operator, 127
multiplication operator, 39
for struct fields, 84
for trait bounds, 187
{} (curly brackets), 504
as placeholders in the println! macro, 18
/ (division operator), 39, 500
. (dot), 500
for method syntax, 93
for struct field access, 84
for tuple element access, 41
:: (double colon), 502
for associated functions, 96
for enum variants, 98
for namespacing, ...