Skip to content

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

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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