Skip to content

Style of for loops enumeration example is unclear Ch. 4.6 of The Book. #34624

Closed
@GoudaOnBeamPro

Description

@GoudaOnBeamPro

The example is as follows:

for (i,j) in (5..10).enumerate() {
    println!("i = {} and j = {}", i, j);
}

The first tuple does not have a space between the comma and the j -> (i,j)
Is this correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions