[ANN]: WrappedUnions.jl: Wrap a Union for enhanced type-stability
|
|
10
|
515
|
September 16, 2025
|
What type union (`Union`) is equivalent to an iterated union (`UnionAll`) with a concrete type bound?
|
|
5
|
116
|
September 7, 2025
|
Abusing `convert` as an alternative to `Union{Nothing, Int64}`
|
|
15
|
386
|
August 19, 2025
|
Can the overhead of `myT{<:T}` compared to `myT{T}`, where `T` is a concrete type, be avoided?
|
|
3
|
155
|
November 17, 2024
|
Parametric Types with Union
|
|
2
|
151
|
October 21, 2024
|
Understanding Types Union{}
|
|
3
|
830
|
September 2, 2023
|
Function with vector of Union-Type
|
|
4
|
558
|
October 17, 2022
|