Adding a type parameter annotation symbol that preserves the original bound
|
|
16
|
187
|
November 1, 2024
|
How do I set bounds for a parametric subtype of a parametric abstract type?
|
|
3
|
56
|
November 1, 2024
|
Parametric Types with Union
|
|
2
|
126
|
October 21, 2024
|
New blog post about Julia parametric types and constructors
|
|
11
|
558
|
October 8, 2024
|
Getting the parametric constructors from `methods`
|
|
2
|
215
|
September 29, 2024
|
Constructors for parametric types
|
|
5
|
118
|
September 28, 2024
|
[FR] allow "freezing" an abstract type, making future attempts of adding a subtype throw
|
|
1
|
168
|
September 19, 2024
|
Public interface to get all type parameters?
|
|
6
|
137
|
September 18, 2024
|
Function property differs based on the position of the generic type
|
|
2
|
45
|
September 12, 2024
|
How can I express the abstract type of a multi-parameter type that only matches the second parameter
|
|
5
|
88
|
August 20, 2024
|
[FR] a new variant on method static parameter matching for getting the upper bound
|
|
0
|
110
|
August 16, 2024
|
Wrapper type of static array, how to expose iterator
|
|
4
|
51
|
August 14, 2024
|
Function with argument of generic parametric type, and another argument subtyping the parameter
|
|
1
|
34
|
August 4, 2024
|
Understanding generic functions and parametric types
|
|
3
|
75
|
August 4, 2024
|
Why isn't `Vector{<:Float64}` reduced to `Vector{Float64}`?
|
|
16
|
391
|
July 28, 2024
|
How to extract type parameters that are used as upper bounds in `UnionAll`?
|
|
1
|
44
|
July 28, 2024
|
Best practices to add more than one bound to type parameters
|
|
23
|
198
|
July 21, 2024
|
How to join existing and new parametric types under a common abstract type?
|
|
9
|
268
|
July 12, 2024
|
Type instability in parametric struct
|
|
7
|
208
|
June 30, 2024
|
Capturing the types of the values, from the type of a Named Tuple
|
|
6
|
76
|
June 25, 2024
|
Parametric type (new struct) whose parameter is a constant of a specific type?
|
|
4
|
182
|
June 22, 2024
|
Effect of typing in structures
|
|
4
|
161
|
June 7, 2024
|
Multiple dispatch doesn't find the correct method using `Type`
|
|
11
|
275
|
June 7, 2024
|
Type Inference Inferring Any for function that returns Float64
|
|
11
|
386
|
June 1, 2024
|
How to avoid containers of abstract parametric types?
|
|
12
|
307
|
May 23, 2024
|
Notice: a subtle footgun: UnionAll type variable order + method static parameter normalization
|
|
1
|
152
|
May 3, 2024
|
Get the type parameters of a parametric type
|
|
12
|
418
|
April 23, 2024
|
Unexpected change of field value in struct
|
|
11
|
210
|
April 23, 2024
|
Stripping parameter from parametric types
|
|
18
|
4684
|
April 19, 2024
|
Using a type parameter vs abstract type in function signature
|
|
2
|
227
|
March 31, 2024
|