Skip to content

do we need the ChunkCoords type #3373

@d-v-b

Description

@d-v-b

IMO ChunkCoords is not really a usability upgrade over tuple[int, ...], and we use ChunkCoords for lots of non-chunk-coordinate related stuff, like shapes.

I propose removing ChunkCoords in favor of tuple[int, ...]. If we have places in the codebase where we want to carefully distinguish between tuples of ints with different meanings, maybe we can use a NewType for this.

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