Better way to have "filled" ranges?
|
|
2
|
87
|
November 7, 2024
|
Why is there no isless(::Int64, ::UnitRange{Int64})?
|
|
43
|
722
|
April 10, 2024
|
Why are empty ranges normalized?
|
|
5
|
329
|
February 7, 2024
|
The colon punctuation: Why doesn't 5:1 return [5, 4, 3, 2, 1]?
|
|
8
|
721
|
December 16, 2023
|
Should we disallow non-compliant `AbstractUnitRange`s where `typeof(step)` doesn't match the `eltype`?
|
|
7
|
411
|
July 17, 2023
|
Stop of a range with length 0
|
|
3
|
315
|
June 5, 2023
|
Unusual empty `UnitRange`s while reinterpreting a vector
|
|
4
|
245
|
January 5, 2023
|
(why) is there no Abstract Collection type
|
|
11
|
850
|
November 4, 2022
|
AbstractVector vs AbstractRange: length vs size -- which is fundamental?
|
|
3
|
1073
|
July 28, 2022
|
Is there a way to bring the range of a summation back from an array?
|
|
7
|
773
|
May 31, 2022
|
Strange behavior of Range object
|
|
1
|
582
|
November 25, 2021
|
Is this a bug (scalar+ranges) with the parser?
|
|
9
|
789
|
October 31, 2021
|
UnitRange in 1.7-rc1, bug?
|
|
7
|
698
|
September 17, 2021
|
Inconsistency in interpreting and indexing with ranges of CartesianIndexes if a step is specified while constructing them
|
|
1
|
551
|
August 23, 2021
|
Help understand the role of semicolon in turning a UnitRange to a Vector
|
|
6
|
748
|
July 18, 2021
|
Creation of range along given dimension
|
|
5
|
375
|
March 10, 2021
|
Range(stop)
|
|
17
|
2853
|
January 22, 2021
|