|
Writing parameter dependent methods for abstract type
|
|
2
|
242
|
April 25, 2026
|
|
Set theoretic semantics of the type system
|
|
7
|
687
|
April 22, 2026
|
|
Confusion about type constraints in where clauses
|
|
4
|
217
|
November 21, 2025
|
|
Coupling finite`Union` with `T` in `NTuple{2, T} where {T}`
|
|
7
|
333
|
November 11, 2025
|
|
Parametric struct without specifying type parameters
|
|
4
|
276
|
October 27, 2025
|
|
Good way to parametrize over type parameter?
|
|
4
|
216
|
September 21, 2025
|
|
What type union (`Union`) is equivalent to an iterated union (`UnionAll`) with a concrete type bound?
|
|
5
|
233
|
September 7, 2025
|
|
Conversion of inner "flag" type parameters from supertype "flag" type parameters for composite struct construcor
|
|
3
|
113
|
August 2, 2025
|
|
Possible to make a specific parameterization into a subtype?
|
|
2
|
389
|
August 1, 2025
|
|
Understanding dispatch through TypeVar
|
|
4
|
214
|
July 27, 2025
|
|
How to properly nest parametrically typed structs while using @kwdef
|
|
0
|
119
|
July 24, 2025
|
|
Parametric Structs
|
|
10
|
555
|
July 23, 2025
|
|
Are modules intended to work as type parameters?
|
|
2
|
257
|
June 27, 2025
|
|
Weirdness of `Type{Union{A,B}} where {B<:SuperB}`
|
|
8
|
186
|
June 26, 2025
|
|
How to use `which`
|
|
1
|
392
|
June 8, 2025
|
|
More flexible parametric types
|
|
13
|
655
|
June 7, 2025
|
|
Dynamic union of parametric types
|
|
21
|
419
|
May 27, 2025
|
|
Something weird is going on with `DenseArray`
|
|
3
|
188
|
May 19, 2025
|
|
Where on abstract type and parameters
|
|
9
|
446
|
May 1, 2025
|
|
Limitations of `Base.convert` for the construction of parametric types
|
|
4
|
195
|
April 11, 2025
|
|
How to interpret "Type{T} where T" in Julia's type system
|
|
22
|
1776
|
April 7, 2025
|
|
Relation between type parameter
|
|
7
|
220
|
April 3, 2025
|
|
The best way(s) to encode binary type parameter choices
|
|
9
|
329
|
March 31, 2025
|
|
Subtyping FieldVector from StaticArrays.jl
|
|
2
|
178
|
March 25, 2025
|
|
How to constraint the inner type of `Val` by an abstract type
|
|
4
|
249
|
February 16, 2025
|
|
Julia version of state-machine pattern
|
|
1
|
333
|
February 3, 2025
|
|
How to use size type as lower precision in Static Arrays?
|
|
1
|
147
|
February 1, 2025
|
|
Notice: a subtle footgun: UnionAll type variable order + method static parameter normalization
|
|
2
|
334
|
January 31, 2025
|
|
Unassigned type parameters in `UnionAll` of `Tuple` do not refer to concrete types in edge cases
|
|
5
|
266
|
January 30, 2025
|
|
Parametric types & instances
|
|
5
|
243
|
January 26, 2025
|