Skip to content

let a dependency package own collect_as? #81

Closed
@nsajko

Description

@nsajko

I think it'd be slightly nicer if we let another package (https://github.com/JuliaArrays/CollectAs.jl?) own the collect_as function. That way:

  • third-party packages might want to extend collect_as for their own collection types
  • we wouldn't need to worry about whether to export collect_as or not, if a user wants it, they can do using CollectAs

The FixedSizeArray-specific methods would still be defined here.

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