|
Can the fields of a Julia type have default values?
|
|
4
|
220
|
April 29, 2024
|
|
Are `Int64` and `Float64` of the same type?
|
|
5
|
731
|
April 27, 2024
|
|
Get the type parameters of a parametric type
|
|
12
|
802
|
April 23, 2024
|
|
Using a type parameter vs abstract type in function signature
|
|
2
|
257
|
March 31, 2024
|
|
How to define a new matrix type?
|
|
2
|
305
|
March 25, 2024
|
|
How to assist the LSP when it comes to function outputs, and Julia Language "Good Code"
|
|
1
|
284
|
March 18, 2024
|
|
Typing Question
|
|
2
|
176
|
March 7, 2024
|
|
Why are self-referential struct parameters impossible?
|
|
19
|
1258
|
March 2, 2024
|
|
This function seems to allocate memory only if the argument types are not annotated in the definition
|
|
5
|
281
|
February 14, 2024
|
|
Behavior of `fieldtypes` applied to `Tuple{...}`
|
|
2
|
183
|
February 10, 2024
|
|
Type vs tuple that contains a type, Type vs DataType
|
|
1
|
184
|
February 7, 2024
|
|
Type intersection with `NTuple{len,Any}`
|
|
1
|
228
|
February 6, 2024
|
|
Explanation and examples for "Subtyping currently intentionally answers certain queries incorrectly for kind types"?
|
|
0
|
195
|
February 5, 2024
|
|
How to strip tuple type of the element types
|
|
6
|
267
|
February 3, 2024
|
|
A question on the type system
|
|
2
|
223
|
February 2, 2024
|
|
Should Any have an identity constructor method?
|
|
10
|
467
|
January 31, 2024
|
|
[FR] provide a predicate to check whether a type intersection subtypes some type?
|
|
10
|
474
|
January 27, 2024
|
|
Any workaround for this core Julia bug causing spurious `UndefVarError`?
|
|
0
|
292
|
January 22, 2024
|
|
Sources for the Zappa Nardelli et al. subtyping implementation?
|
|
1
|
265
|
January 8, 2024
|
|
How to get type of a column using Tables.Schema from Tables.jl?
|
|
7
|
370
|
January 6, 2024
|
|
Instantiating function from type?
|
|
4
|
654
|
December 12, 2023
|
|
zero(a::Real)?
|
|
24
|
1829
|
December 6, 2023
|
|
Can't use Process type even though it's in Base.jl
|
|
1
|
178
|
December 1, 2023
|
|
Widening the element type of an array?
|
|
2
|
252
|
November 11, 2023
|
|
RFC: add a Type called AnyType that's subtyped by all other types except Any
|
|
20
|
1701
|
October 26, 2023
|
|
Subtype a struct in package extension, but defining the struct in the Main Package code
|
|
1
|
298
|
October 26, 2023
|
|
Aliasing two structs and having them be subtypes of an abstract type?
|
|
10
|
330
|
October 2, 2023
|
|
Detect string arrays in Matrix{Any} and convert them to number
|
|
2
|
330
|
September 23, 2023
|
|
Julian Alternative to Template by Value
|
|
3
|
422
|
September 20, 2023
|
|
Parametric function return type
|
|
8
|
736
|
September 2, 2023
|