|
Can the overhead of `myT{<:T}` compared to `myT{T}`, where `T` is a concrete type, be avoided?
|
|
3
|
183
|
November 17, 2024
|
|
Better way to get the corresponding constructor from composite-type instances?
|
|
4
|
120
|
November 15, 2024
|
|
Array construction of composite types failed to provide a consistent bound for its corresponding element type
|
|
7
|
161
|
November 9, 2024
|
|
Adding a type parameter annotation symbol that preserves the original bound
|
|
16
|
349
|
November 1, 2024
|
|
How do I set bounds for a parametric subtype of a parametric abstract type?
|
|
3
|
106
|
November 1, 2024
|
|
Parametric Types with Union
|
|
2
|
183
|
October 21, 2024
|
|
New blog post about Julia parametric types and constructors
|
|
11
|
708
|
October 8, 2024
|
|
Getting the parametric constructors from `methods`
|
|
2
|
246
|
September 29, 2024
|
|
Constructors for parametric types
|
|
5
|
200
|
September 28, 2024
|
|
[FR] allow "freezing" an abstract type, making future attempts of adding a subtype throw
|
|
1
|
212
|
September 19, 2024
|
|
Public interface to get all type parameters?
|
|
6
|
243
|
September 18, 2024
|
|
Function property differs based on the position of the generic type
|
|
2
|
71
|
September 12, 2024
|
|
How can I express the abstract type of a multi-parameter type that only matches the second parameter
|
|
5
|
160
|
August 20, 2024
|
|
[FR] a new variant on method static parameter matching for getting the upper bound
|
|
0
|
197
|
August 16, 2024
|
|
Wrapper type of static array, how to expose iterator
|
|
4
|
107
|
August 14, 2024
|
|
Function with argument of generic parametric type, and another argument subtyping the parameter
|
|
1
|
74
|
August 4, 2024
|
|
Understanding generic functions and parametric types
|
|
3
|
183
|
August 4, 2024
|
|
Why isn't `Vector{<:Float64}` reduced to `Vector{Float64}`?
|
|
16
|
526
|
July 28, 2024
|
|
How to extract type parameters that are used as upper bounds in `UnionAll`?
|
|
1
|
81
|
July 28, 2024
|
|
Best practices to add more than one bound to type parameters
|
|
23
|
420
|
July 21, 2024
|
|
How to join existing and new parametric types under a common abstract type?
|
|
9
|
367
|
July 12, 2024
|
|
Type instability in parametric struct
|
|
7
|
317
|
June 30, 2024
|
|
Capturing the types of the values, from the type of a Named Tuple
|
|
6
|
155
|
June 25, 2024
|
|
Parametric type (new struct) whose parameter is a constant of a specific type?
|
|
4
|
224
|
June 22, 2024
|
|
Effect of typing in structures
|
|
4
|
202
|
June 7, 2024
|
|
Multiple dispatch doesn't find the correct method using `Type`
|
|
11
|
379
|
June 7, 2024
|
|
Type Inference Inferring Any for function that returns Float64
|
|
11
|
486
|
June 1, 2024
|
|
How to avoid containers of abstract parametric types?
|
|
12
|
446
|
May 23, 2024
|
|
Get the type parameters of a parametric type
|
|
12
|
828
|
April 23, 2024
|
|
Unexpected change of field value in struct
|
|
11
|
322
|
April 23, 2024
|