Extending type functionality in Python and Julia
|
|
7
|
214
|
November 6, 2024
|
Adding a type parameter annotation symbol that preserves the original bound
|
|
16
|
213
|
November 1, 2024
|
How do I set bounds for a parametric subtype of a parametric abstract type?
|
|
3
|
56
|
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
|
39
|
October 31, 2024
|
A function return type of `::AbstractArray{AbstractString}` causes a performance penalty?
|
|
15
|
117
|
October 31, 2024
|
Tuple{Vararg{T, N}} where N >= 1
|
|
9
|
78
|
October 23, 2024
|
Types and arguments
|
|
4
|
120
|
October 22, 2024
|
How to define a Julia Vector with only integers ≥ 0
|
|
3
|
171
|
October 5, 2024
|
Best Practice for Type Declarations in CUDA Kernels
|
|
3
|
75
|
September 27, 2024
|
[FR] allow "freezing" an abstract type, making future attempts of adding a subtype throw
|
|
1
|
169
|
September 19, 2024
|
Unitful and generic function types
|
|
3
|
103
|
September 9, 2024
|
`Vector{Function}` behaves strangely when length is one
|
|
3
|
99
|
September 8, 2024
|
Why keyword `struct` is used instead of `type` for type definition?
|
|
3
|
225
|
August 29, 2024
|
PythonCall.jl style regarding type conversion
|
|
6
|
187
|
July 31, 2024
|
Typed varargs
|
|
4
|
111
|
August 16, 2024
|
Is there a reason why typeintersect constrains the args using type assertions in the method body instead of using dispatch?
|
|
0
|
77
|
August 12, 2024
|
Problem making two custom number types work together
|
|
6
|
145
|
August 4, 2024
|
Why isn't `Vector{<:Float64}` reduced to `Vector{Float64}`?
|
|
16
|
393
|
July 28, 2024
|
How to extract type parameters that are used as upper bounds in `UnionAll`?
|
|
1
|
44
|
July 28, 2024
|
Custom implicit type conversion
|
|
14
|
263
|
July 27, 2024
|
Understanding error "function type in method definition is not a type" for function-like types
|
|
9
|
238
|
July 23, 2024
|
How do i create a custom supertype?
|
|
4
|
84
|
July 18, 2024
|
How to join existing and new parametric types under a common abstract type?
|
|
9
|
268
|
July 12, 2024
|
All Types Except One
|
|
6
|
171
|
July 4, 2024
|
Vector of vectors with floats: Type confusion
|
|
4
|
196
|
June 16, 2024
|
Return type of readline function
|
|
3
|
188
|
June 11, 2024
|
Effect of typing in structures
|
|
4
|
162
|
June 7, 2024
|
Is there a way to make a Set of Types that all inherit from a supertype?
|
|
1
|
125
|
May 24, 2024
|
Types must be first defined then called in a module? Why?
|
|
7
|
194
|
May 21, 2024
|
Proper way to deal with `Vector{Any}` when defining a function
|
|
12
|
377
|
May 19, 2024
|