Parametric type (new struct) whose parameter is a constant of a specific type?
|
|
4
|
183
|
June 22, 2024
|
Effect of typing in structures
|
|
4
|
162
|
June 7, 2024
|
Multiple dispatch doesn't find the correct method using `Type`
|
|
11
|
277
|
June 7, 2024
|
Type Inference Inferring Any for function that returns Float64
|
|
11
|
391
|
June 1, 2024
|
How to avoid containers of abstract parametric types?
|
|
12
|
312
|
May 23, 2024
|
Get the type parameters of a parametric type
|
|
12
|
493
|
April 23, 2024
|
Unexpected change of field value in struct
|
|
11
|
212
|
April 23, 2024
|
Stripping parameter from parametric types
|
|
18
|
4716
|
April 19, 2024
|
Using a type parameter vs abstract type in function signature
|
|
2
|
229
|
March 31, 2024
|
Allocations when writing to vectors in struct
|
|
4
|
245
|
March 17, 2024
|
Is adding a type parameter to a struct a breaking change?
|
|
13
|
520
|
March 8, 2024
|
Why are self-referential struct parameters impossible?
|
|
19
|
1036
|
March 2, 2024
|
How to strip tuple type of the element types
|
|
6
|
224
|
February 3, 2024
|
Problem with parametric composite types
|
|
5
|
351
|
January 1, 2024
|
Composite type comparison
|
|
1
|
364
|
December 30, 2023
|
Function definition with parametric types
|
|
3
|
333
|
November 28, 2023
|
Parametric types & multiple dispatch
|
|
7
|
591
|
November 27, 2023
|
Parametric Types - am I using correctly
|
|
5
|
358
|
November 24, 2023
|
Best practices for defining inner constructors for parametric types
|
|
3
|
691
|
November 20, 2023
|
Return types of function is Any[Float64], although I defined return type to be Float64
|
|
2
|
275
|
November 19, 2023
|
Generic Associated Types
|
|
3
|
223
|
November 5, 2023
|
How does instance of a type works/interact with type parameters?
|
|
11
|
498
|
October 15, 2023
|
Julian Alternative to Template by Value
|
|
3
|
390
|
September 20, 2023
|
Why are returned types different in comprehension over an empty range if called from a function vs top level?
|
|
3
|
246
|
September 5, 2023
|
Parametric function return type
|
|
8
|
627
|
September 2, 2023
|
Any reason to prefer `::Type{T}` over `T::Type`?
|
|
4
|
541
|
September 1, 2023
|
Type system abuse, advisability of
|
|
17
|
915
|
August 31, 2023
|
How to hide a type parameter?
|
|
4
|
318
|
August 25, 2023
|
Printing of UnionAll types is misleading, as of Julia version 1.7
|
|
15
|
951
|
August 10, 2023
|
Type parameter display in 1.10 for MethodError
|
|
2
|
345
|
August 5, 2023
|