|
Coupling finite`Union` with `T` in `NTuple{2, T} where {T}`
|
|
4
|
111
|
November 2, 2025
|
|
Parametric struct without specifying type parameters
|
|
4
|
148
|
October 27, 2025
|
|
Good way to parametrize over type parameter?
|
|
4
|
126
|
September 21, 2025
|
|
What type union (`Union`) is equivalent to an iterated union (`UnionAll`) with a concrete type bound?
|
|
5
|
140
|
September 7, 2025
|
|
Conversion of inner "flag" type parameters from supertype "flag" type parameters for composite struct construcor
|
|
3
|
45
|
August 2, 2025
|
|
Possible to make a specific parameterization into a subtype?
|
|
2
|
330
|
August 1, 2025
|
|
Understanding dispatch through TypeVar
|
|
4
|
119
|
July 27, 2025
|
|
How to properly nest parametrically typed structs while using @kwdef
|
|
0
|
66
|
July 24, 2025
|
|
Parametric Structs
|
|
10
|
330
|
July 23, 2025
|
|
Are modules intended to work as type parameters?
|
|
2
|
197
|
June 27, 2025
|
|
Weirdness of `Type{Union{A,B}} where {B<:SuperB}`
|
|
8
|
103
|
June 26, 2025
|
|
How to use `which`
|
|
1
|
248
|
June 8, 2025
|
|
More flexible parametric types
|
|
13
|
437
|
June 7, 2025
|
|
Dynamic union of parametric types
|
|
21
|
213
|
May 27, 2025
|
|
Something weird is going on with `DenseArray`
|
|
3
|
119
|
May 19, 2025
|
|
Where on abstract type and parameters
|
|
9
|
253
|
May 1, 2025
|
|
Limitations of `Base.convert` for the construction of parametric types
|
|
4
|
109
|
April 11, 2025
|
|
How to interpret "Type{T} where T" in Julia's type system
|
|
22
|
1461
|
April 7, 2025
|
|
Relation between type parameter
|
|
7
|
98
|
April 3, 2025
|
|
The best way(s) to encode binary type parameter choices
|
|
9
|
209
|
March 31, 2025
|
|
Subtyping FieldVector from StaticArrays.jl
|
|
2
|
98
|
March 25, 2025
|
|
How to constraint the inner type of `Val` by an abstract type
|
|
4
|
161
|
February 16, 2025
|
|
Julia version of state-machine pattern
|
|
1
|
243
|
February 3, 2025
|
|
How to use size type as lower precision in Static Arrays?
|
|
1
|
83
|
February 1, 2025
|
|
Notice: a subtle footgun: UnionAll type variable order + method static parameter normalization
|
|
2
|
259
|
January 31, 2025
|
|
Unassigned type parameters in `UnionAll` of `Tuple` do not refer to concrete types in edge cases
|
|
5
|
173
|
January 30, 2025
|
|
Parametric types & instances
|
|
5
|
122
|
January 26, 2025
|
|
Type assertion for parametric constructors behaves strangely
|
|
4
|
128
|
December 29, 2024
|
|
Type instability clarification
|
|
6
|
173
|
November 27, 2024
|
|
Can the overhead of `myT{<:T}` compared to `myT{T}`, where `T` is a concrete type, be avoided?
|
|
3
|
170
|
November 17, 2024
|