|
How do I set bounds for a parametric subtype of a parametric abstract type?
|
|
3
|
133
|
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
|
79
|
October 31, 2024
|
|
A function return type of `::AbstractArray{AbstractString}` causes a performance penalty?
|
|
15
|
331
|
October 31, 2024
|
|
Tuple{Vararg{T, N}} where N >= 1
|
|
9
|
254
|
October 23, 2024
|
|
Types and arguments
|
|
4
|
223
|
October 22, 2024
|
|
How to define a Julia Vector with only integers ≥ 0
|
|
3
|
241
|
October 5, 2024
|
|
Best Practice for Type Declarations in CUDA Kernels
|
|
3
|
548
|
September 27, 2024
|
|
[FR] allow "freezing" an abstract type, making future attempts of adding a subtype throw
|
|
1
|
220
|
September 19, 2024
|
|
Unitful and generic function types
|
|
3
|
205
|
September 9, 2024
|
|
`Vector{Function}` behaves strangely when length is one
|
|
3
|
163
|
September 8, 2024
|
|
Why keyword `struct` is used instead of `type` for type definition?
|
|
3
|
299
|
August 29, 2024
|
|
PythonCall.jl style regarding type conversion
|
|
6
|
397
|
July 31, 2024
|
|
Typed varargs
|
|
4
|
585
|
August 16, 2024
|
|
Is there a reason why typeintersect constrains the args using type assertions in the method body instead of using dispatch?
|
|
0
|
107
|
August 12, 2024
|
|
Problem making two custom number types work together
|
|
6
|
241
|
August 4, 2024
|
|
Why isn't `Vector{<:Float64}` reduced to `Vector{Float64}`?
|
|
16
|
601
|
July 28, 2024
|
|
How to extract type parameters that are used as upper bounds in `UnionAll`?
|
|
1
|
94
|
July 28, 2024
|
|
Custom implicit type conversion
|
|
14
|
632
|
July 27, 2024
|
|
Understanding error "function type in method definition is not a type" for function-like types
|
|
9
|
409
|
July 23, 2024
|
|
How do i create a custom supertype?
|
|
4
|
165
|
July 18, 2024
|
|
How to join existing and new parametric types under a common abstract type?
|
|
9
|
416
|
July 12, 2024
|
|
All Types Except One
|
|
6
|
297
|
July 4, 2024
|
|
Vector of vectors with floats: Type confusion
|
|
4
|
353
|
June 16, 2024
|
|
Return type of readline function
|
|
3
|
245
|
June 11, 2024
|
|
Effect of typing in structures
|
|
4
|
239
|
June 7, 2024
|
|
Is there a way to make a Set of Types that all inherit from a supertype?
|
|
1
|
160
|
May 24, 2024
|
|
Types must be first defined then called in a module? Why?
|
|
7
|
297
|
May 21, 2024
|
|
Proper way to deal with `Vector{Any}` when defining a function
|
|
12
|
639
|
May 19, 2024
|
|
How to define a `struct` that has keyword arguments?
|
|
10
|
1121
|
May 16, 2024
|
|
Why Julia fails to infere types in this example? What is the cost of this? What are requirements for type inference?
|
|
12
|
568
|
May 8, 2024
|