Good way to parametrize over type parameter?
|
|
4
|
106
|
September 21, 2025
|
What type union (`Union`) is equivalent to an iterated union (`UnionAll`) with a concrete type bound?
|
|
5
|
124
|
September 7, 2025
|
Conversion of inner "flag" type parameters from supertype "flag" type parameters for composite struct construcor
|
|
3
|
37
|
August 2, 2025
|
Possible to make a specific parameterization into a subtype?
|
|
2
|
320
|
August 1, 2025
|
Understanding dispatch through TypeVar
|
|
4
|
107
|
July 27, 2025
|
How to properly nest parametrically typed structs while using @kwdef
|
|
0
|
59
|
July 24, 2025
|
Parametric Structs
|
|
10
|
305
|
July 23, 2025
|
Are modules intended to work as type parameters?
|
|
2
|
187
|
June 27, 2025
|
Weirdness of `Type{Union{A,B}} where {B<:SuperB}`
|
|
8
|
80
|
June 26, 2025
|
How to use `which`
|
|
1
|
241
|
June 8, 2025
|
More flexible parametric types
|
|
13
|
400
|
June 7, 2025
|
Dynamic union of parametric types
|
|
21
|
178
|
May 27, 2025
|
Something weird is going on with `DenseArray`
|
|
3
|
111
|
May 19, 2025
|
Where on abstract type and parameters
|
|
9
|
237
|
May 1, 2025
|
Limitations of `Base.convert` for the construction of parametric types
|
|
4
|
96
|
April 11, 2025
|
How to interpret "Type{T} where T" in Julia's type system
|
|
22
|
1418
|
April 7, 2025
|
Relation between type parameter
|
|
7
|
82
|
April 3, 2025
|
The best way(s) to encode binary type parameter choices
|
|
9
|
191
|
March 31, 2025
|
Subtyping FieldVector from StaticArrays.jl
|
|
2
|
90
|
March 25, 2025
|
How to constraint the inner type of `Val` by an abstract type
|
|
4
|
147
|
February 16, 2025
|
Julia version of state-machine pattern
|
|
1
|
233
|
February 3, 2025
|
How to use size type as lower precision in Static Arrays?
|
|
1
|
74
|
February 1, 2025
|
Notice: a subtle footgun: UnionAll type variable order + method static parameter normalization
|
|
2
|
255
|
January 31, 2025
|
Unassigned type parameters in `UnionAll` of `Tuple` do not refer to concrete types in edge cases
|
|
5
|
159
|
January 30, 2025
|
Parametric types & instances
|
|
5
|
112
|
January 26, 2025
|
Type assertion for parametric constructors behaves strangely
|
|
4
|
119
|
December 29, 2024
|
Type instability clarification
|
|
6
|
159
|
November 27, 2024
|
Can the overhead of `myT{<:T}` compared to `myT{T}`, where `T` is a concrete type, be avoided?
|
|
3
|
160
|
November 17, 2024
|
Better way to get the corresponding constructor from composite-type instances?
|
|
4
|
96
|
November 15, 2024
|
Array construction of composite types failed to provide a consistent bound for its corresponding element type
|
|
7
|
110
|
November 9, 2024
|