Skip to content

Not implemented: deleteat!, insertat!, pop! etc. #98

@sairus7

Description

@sairus7

Maybe they could be added as simply as

function Base.push!(s::StructArray, vals)
    foreachfield(push!, s, vals)
    return s
end

?

Or there should be some generic code that applies all other methods for each vector, if those methods are not defined previously?

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