Skip to content

Add: negative index extension to DataInt #121

@oscbyspro

Description

@oscbyspro

While writing some randomized BinaryInteger/up(Shift) tests (#108), it became apparent that a negative data integer index extension would be convenient. DataInt.Body requires in-bounds accesses, but DataInt extends infinitely in the positive direction. It would be simple to extend it in the negative direction as well; all negative indices would return zero since the fractional part is always zero. I believe it would be consistent with the equivalent fixed-point representation, but I haven't thought much about that aspect of it yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    additionoh, so shiny!brrrsuch code, much wowmaybeto do, or not to do?

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions