JuliaArrays / JuliaArrays/FixedSizeArrays.jl
Quality of life: have a syntax (probably macro-based?) to immediately initialise a fixed-size array
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 99
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
It'd be nice to have a convenience syntax (macro) to initialise a FixedSizeArray without having to create an undef on first and then setting its elements, something like @SArray and friends in StaticArrays.jl. This is definitely a low-priority right now, but nice to have.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by comparing the linked StaticArrays.jl @SArray syntax with FixedSizeArray's current undef-then-assignment construction; done means a supported convenience syntax can immediately initialize a fixed-size array from its elements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100