Skip to content

Support for other underlying smart pointers for the data structures links #7

@brendanzab

Description

@brendanzab

It would be nice to either use Box or Rc as the underlying smart pointer type. Alas, until we have associated generic types, we can't be polymorphic over this, but perhaps in the interim code generation could be used to create concrete implementations of:

  • ArcList
  • RcList
  • BoxList
  • etc.

Then once associated generic types comes we could convert these to type aliases that refer to a common List type.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions