Skip to content

Reader#integer #5

@rapodaca

Description

@rapodaca

Consumes everything from negative sign or digit to digit, inclusive.

Yields an Integer:

pub struct Integer {
    kind: Kind
}

enum Kind {
    Positive(Natural),
    Negative(Natural),
    Zero
}

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