Abstract type for 1-indexed Arrays
|
|
4
|
93
|
March 21, 2025
|
How to use CairoMakie.contourf!
|
|
12
|
263
|
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
|
94
|
December 29, 2024
|
Mutable struct vs Ref in an immutable one?
|
|
7
|
773
|
November 28, 2024
|
Extending type functionality in Python and Julia
|
|
7
|
230
|
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
|
44
|
October 31, 2024
|
A function return type of `::AbstractArray{AbstractString}` causes a performance penalty?
|
|
15
|
135
|
October 31, 2024
|
Tuple{Vararg{T, N}} where N >= 1
|
|
9
|
89
|
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
|
189
|
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
|
223
|
July 31, 2024
|
Typed varargs
|
|
4
|
208
|
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
|
146
|
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
|
48
|
July 28, 2024
|
Custom implicit type conversion
|
|
14
|
324
|
July 27, 2024
|
Understanding error "function type in method definition is not a type" for function-like types
|
|
9
|
254
|
July 23, 2024
|
How do i create a custom supertype?
|
|
4
|
87
|
July 18, 2024
|
How to join existing and new parametric types under a common abstract type?
|
|
9
|
273
|
July 12, 2024
|
All Types Except One
|
|
6
|
178
|
July 4, 2024
|