INDEX

Symbols and Numbers

+ (addition operator), 38, 137138, 492

& (ampersand), 17, 492

<> (angle brackets), 494495

for specifying lifetime parameters, 191

for specifying type parameters, 130, 172, 173

-> (arrow), 4647, 492

* (asterisk), 492

dereference operator, 68, 311315, 416

glob operator, 124125

multiplication operator, 38

@ (at operator), 410411, 493

: (colon), 492493, 495

for struct fields, 82

for trait bounds, 183

{} (curly brackets), 496

for function bodies, 6, 15

as placeholders in the println! macro, 18

scope creation, 45, 71

/ (division operator), 38, 492

. (dot), 492

for method syntax, 91

for struct field access, 82

for tuple element access, 40

:: (double colon), 494

for associated functions, 94

for enum variants, 96

for namespacing, ...

Get The Rust Programming Language now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.