Skip to content

Drop optional dependency #164

@ParadaCarleton

Description

@ParadaCarleton

The single line:

setindex(a::StaticArrays.StaticArray, args...) =
            Base.setindex(a, args...)

Makes up most of the package's compile time; it could easily be moved to StaticArrays.jl, avoiding the cost of having to use Requires.jl.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions