How to interpret "Type{T} where T" in Julia's type system
|
|
22
|
1300
|
April 7, 2025
|
Getting MutableNamedTuple keys from an empty array
|
|
18
|
93
|
April 3, 2025
|
Abstract type for 1-indexed Arrays
|
|
4
|
95
|
March 21, 2025
|
How to use CairoMakie.contourf!
|
|
12
|
269
|
February 24, 2025
|
Notice: a subtle footgun: UnionAll type variable order + method static parameter normalization
|
|
2
|
236
|
January 31, 2025
|
Unassigned type parameters in `UnionAll` of `Tuple` do not refer to concrete types in edge cases
|
|
5
|
138
|
January 30, 2025
|
Type assertion for parametric constructors behaves strangely
|
|
4
|
95
|
December 29, 2024
|
Mutable struct vs Ref in an immutable one?
|
|
7
|
787
|
November 28, 2024
|
Extending type functionality in Python and Julia
|
|
7
|
231
|
November 6, 2024
|
Adding a type parameter annotation symbol that preserves the original bound
|
|
16
|
225
|
November 1, 2024
|
How do I set bounds for a parametric subtype of a parametric abstract type?
|
|
3
|
58
|
November 1, 2024
|
In what cases does Cthulhu.jl give a more precise inferred return type than Julia's built-in return type inference?
|
|
0
|
45
|
October 31, 2024
|
A function return type of `::AbstractArray{AbstractString}` causes a performance penalty?
|
|
15
|
136
|
October 31, 2024
|
Tuple{Vararg{T, N}} where N >= 1
|
|
9
|
91
|
October 23, 2024
|
Types and arguments
|
|
4
|
129
|
October 22, 2024
|
How to define a Julia Vector with only integers ≥ 0
|
|
3
|
178
|
October 5, 2024
|
Best Practice for Type Declarations in CUDA Kernels
|
|
3
|
204
|
September 27, 2024
|
[FR] allow "freezing" an abstract type, making future attempts of adding a subtype throw
|
|
1
|
173
|
September 19, 2024
|
Unitful and generic function types
|
|
3
|
111
|
September 9, 2024
|
`Vector{Function}` behaves strangely when length is one
|
|
3
|
100
|
September 8, 2024
|
Why keyword `struct` is used instead of `type` for type definition?
|
|
3
|
229
|
August 29, 2024
|
PythonCall.jl style regarding type conversion
|
|
6
|
233
|
July 31, 2024
|
Typed varargs
|
|
4
|
230
|
August 16, 2024
|
Is there a reason why typeintersect constrains the args using type assertions in the method body instead of using dispatch?
|
|
0
|
79
|
August 12, 2024
|
Problem making two custom number types work together
|
|
6
|
147
|
August 4, 2024
|
Why isn't `Vector{<:Float64}` reduced to `Vector{Float64}`?
|
|
16
|
402
|
July 28, 2024
|
How to extract type parameters that are used as upper bounds in `UnionAll`?
|
|
1
|
49
|
July 28, 2024
|
Custom implicit type conversion
|
|
14
|
334
|
July 27, 2024
|
Understanding error "function type in method definition is not a type" for function-like types
|
|
9
|
257
|
July 23, 2024
|
How do i create a custom supertype?
|
|
4
|
87
|
July 18, 2024
|