julia
9c4541bc - Specialize 2-arg `show` for `LinearIndices` (#56482)

Commit
1 year ago
Specialize 2-arg `show` for `LinearIndices` (#56482) After this, ```julia julia> l = LinearIndices((1:3, 1:4)); julia> show(l) LinearIndices((1:3, 1:4)) ``` The printed form is a valid constructor.
Author
Parents
Loading