[ANN]: WrappedUnions.jl: Wrap a Union for enhanced type-stability
|
|
10
|
371
|
September 16, 2025
|
Changing struct fields to a different sub-type during run time
|
|
16
|
171
|
September 15, 2025
|
Determining if UnionAll corresponds to a single type + Union{}
|
|
14
|
317
|
September 10, 2025
|
Narrowing the type of a nested array
|
|
5
|
135
|
September 9, 2025
|
What type union (`Union`) is equivalent to an iterated union (`UnionAll`) with a concrete type bound?
|
|
5
|
110
|
September 7, 2025
|
Understanding typing rules
|
|
4
|
121
|
July 28, 2025
|
Understanding dispatch through TypeVar
|
|
4
|
96
|
July 27, 2025
|
Basic question about type alias
|
|
5
|
139
|
July 18, 2025
|
Weirdness of `Type{Union{A,B}} where {B<:SuperB}`
|
|
8
|
66
|
June 26, 2025
|
Automatically generate default instances for all concrete subtypes of a type
|
|
6
|
110
|
May 21, 2025
|
Revise type annotations without edits?
|
|
0
|
76
|
May 5, 2025
|
Difference between vector of functions typed explicitly or via list comprehension
|
|
4
|
120
|
May 4, 2025
|
Where on abstract type and parameters
|
|
9
|
222
|
May 1, 2025
|
A = A .+ 1 yields different type than A .+= 1; why?
|
|
12
|
429
|
April 18, 2025
|
How to interpret "Type{T} where T" in Julia's type system
|
|
22
|
1377
|
April 7, 2025
|
Getting MutableNamedTuple keys from an empty array
|
|
18
|
139
|
April 3, 2025
|
Abstract type for 1-indexed Arrays
|
|
4
|
113
|
March 21, 2025
|
How to use CairoMakie.contourf!
|
|
12
|
342
|
February 24, 2025
|
Notice: a subtle footgun: UnionAll type variable order + method static parameter normalization
|
|
2
|
249
|
January 31, 2025
|
Unassigned type parameters in `UnionAll` of `Tuple` do not refer to concrete types in edge cases
|
|
5
|
151
|
January 30, 2025
|
Type assertion for parametric constructors behaves strangely
|
|
4
|
109
|
December 29, 2024
|
Mutable struct vs Ref in an immutable one?
|
|
7
|
903
|
November 28, 2024
|
Extending type functionality in Python and Julia
|
|
7
|
264
|
November 6, 2024
|
Adding a type parameter annotation symbol that preserves the original bound
|
|
16
|
260
|
November 1, 2024
|
How do I set bounds for a parametric subtype of a parametric abstract type?
|
|
3
|
69
|
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
|
56
|
October 31, 2024
|
A function return type of `::AbstractArray{AbstractString}` causes a performance penalty?
|
|
15
|
166
|
October 31, 2024
|
Tuple{Vararg{T, N}} where N >= 1
|
|
9
|
120
|
October 23, 2024
|
Types and arguments
|
|
4
|
143
|
October 22, 2024
|
How to define a Julia Vector with only integers ≥ 0
|
|
3
|
184
|
October 5, 2024
|