JuliaArrays / FillArrays.jl

Julia package for lazily representing matrices filled with a single entry
https://juliaarrays.github.io/FillArrays.jl/
MIT License
181 stars 38 forks source link

Pretty-printing for OneElement #348

Closed jishnub closed 9 months ago

jishnub commented 9 months ago

After this,

julia> B = OneElement(2, 1, 3);

julia> show(B)
OneElement(2, 1, 3)

The displayed form is a valid constructor, and is a compact representation.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e9077c3) 99.89% compared to head (4d4173f) 99.89%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #348 +/- ## ======================================= Coverage 99.89% 99.89% ======================================= Files 8 8 Lines 934 938 +4 ======================================= + Hits 933 937 +4 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.