Skip to content

recursive Slice constructions? #115

Description

@ThomasBreuer

When one calls Slice on a Slice result, one gets a recursive structure,
which means that accessing and assigning entries are delegated until one eventually arrives at a non-slice.
Would it make sense to change Slice in the case that the first argument is a slice
in such a way that the underlying non-slice gets stored directly?

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