Skip to content

Make collect(::RootedTreeIterator) more convenient #68

@ranocha

Description

@ranocha

A RootedTreeIterator iterates over view to mutable internal caches for performance (as documented). It can be convenient to specialize collect such that copies are made automatically, i.e., basically collect(::RootedTreeIterator) = map(copy, ::RootedTreeIterator).

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