Skip to content

signed vs unsigned #5

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?

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