How to use `which`
|
|
1
|
206
|
June 8, 2025
|
More flexible parametric types
|
|
13
|
341
|
June 7, 2025
|
Dynamic union of parametric types
|
|
21
|
117
|
May 27, 2025
|
Something weird is going on with `DenseArray`
|
|
3
|
101
|
May 19, 2025
|
Where on abstract type and parameters
|
|
9
|
209
|
May 1, 2025
|
Limitations of `Base.convert` for the construction of parametric types
|
|
4
|
81
|
April 11, 2025
|
How to interpret "Type{T} where T" in Julia's type system
|
|
22
|
1340
|
April 7, 2025
|
Relation between type parameter
|
|
7
|
59
|
April 3, 2025
|
The best way(s) to encode binary type parameter choices
|
|
9
|
169
|
March 31, 2025
|
Subtyping FieldVector from StaticArrays.jl
|
|
2
|
72
|
March 25, 2025
|
How to constraint the inner type of `Val` by an abstract type
|
|
4
|
133
|
February 16, 2025
|
Julia version of state-machine pattern
|
|
1
|
219
|
February 3, 2025
|
How to use size type as lower precision in Static Arrays?
|
|
1
|
67
|
February 1, 2025
|
Notice: a subtle footgun: UnionAll type variable order + method static parameter normalization
|
|
2
|
242
|
January 31, 2025
|
Unassigned type parameters in `UnionAll` of `Tuple` do not refer to concrete types in edge cases
|
|
5
|
140
|
January 30, 2025
|
Parametric types & instances
|
|
5
|
95
|
January 26, 2025
|
Type assertion for parametric constructors behaves strangely
|
|
4
|
104
|
December 29, 2024
|
Type instability clarification
|
|
6
|
142
|
November 27, 2024
|
Can the overhead of `myT{<:T}` compared to `myT{T}`, where `T` is a concrete type, be avoided?
|
|
3
|
150
|
November 17, 2024
|
Better way to get the corresponding constructor from composite-type instances?
|
|
4
|
83
|
November 15, 2024
|
Array construction of composite types failed to provide a consistent bound for its corresponding element type
|
|
7
|
89
|
November 9, 2024
|
Adding a type parameter annotation symbol that preserves the original bound
|
|
16
|
240
|
November 1, 2024
|
How do I set bounds for a parametric subtype of a parametric abstract type?
|
|
3
|
66
|
November 1, 2024
|
Parametric Types with Union
|
|
2
|
145
|
October 21, 2024
|
New blog post about Julia parametric types and constructors
|
|
11
|
608
|
October 8, 2024
|
Getting the parametric constructors from `methods`
|
|
2
|
220
|
September 29, 2024
|
Constructors for parametric types
|
|
5
|
140
|
September 28, 2024
|
[FR] allow "freezing" an abstract type, making future attempts of adding a subtype throw
|
|
1
|
175
|
September 19, 2024
|
Public interface to get all type parameters?
|
|
6
|
180
|
September 18, 2024
|
Function property differs based on the position of the generic type
|
|
2
|
48
|
September 12, 2024
|