Skip to content

signed vs unsigned #5

@elius1

Description

@elius1

Currently, the library uses unsigned integers for indexing, since indices may not be negative and to match the standard library. However, for some use-cases indices may be computed using negative integers. Casting back-and-forth between signed and unsigned creates messy code.

What should we support? Both?

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