Skip to content

implement Trait std::iter::Step for BigInt #68

Open
@iosmanthus

Description

@iosmanthus

Maybe it will be more convenient to write the following code after adding trait Step for BigInt:

for i in BigInt::from(1)..BigInt::from(1000) {
    // do something
}

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