Skip to content

Automatic functionality a la FixedSizeArrays #114

Closed
@dpsanders

Description

@dpsanders

With FixedSizeArrays, writing

immutable IntervalBox{N, T} <: FixedVector{N, Interval{T}}
    _ :: NTuple{N, Interval{T}}
end

generated a type that had a lot of functionality already generated.

It would be great to have this functionality also in StaticArrays.

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