We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb68435 commit 89f7042Copy full SHA for 89f7042
src/ZeroDimensionalArrays.jl
@@ -35,12 +35,6 @@ const ZeroDimensionalArray = Union{
35
ZeroDimensionalArrayMutableConstField,
36
}
37
38
-const ZeroDimensionalArrayConstructorFunction = Union{
39
- typeof(new_zero_dimensional_array_immutable),
40
- typeof(new_zero_dimensional_array_mutable),
41
- typeof(new_zero_dimensional_array_mutable_const_field),
42
-}
43
-
44
function type_to_constructor_function(::Type{T}) where {T <: ZeroDimensionalArray}
45
if T <: ZeroDimensionalArrayImmutable
46
new_zero_dimensional_array_immutable
0 commit comments