Skip to content

Move more internal types to the new AnyObj abstraction #844

Description

@udoprog

There is no longer much benefit to inlining some of the built-in types in favor of moving them into the new AnyObj abstraction. Removing the Mutable enum completely will reduce complexity and in particular it will allow for more efficient type checking without the need to borrow the interior value.

See #843 which performs this change for the builtin range types.

Types that could be moved:

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

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions