Skip to content

map returning plain Array instead of ComponentArray #57

Closed
@jonniedie

Description

@jonniedie
julia> using ComponentArrays

julia> ca = ComponentArray(a=1, b=2);

julia> map(identity, ca)
2-element Array{Int64,1}:
 1
 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions