How do I make the new inner constructor syntax
immutable Foo{T}
Foo{T}() where T = new()
end
compatible with 0.5? I tried @compat
with no luck.
How do I make the new inner constructor syntax
immutable Foo{T}
Foo{T}() where T = new()
end
compatible with 0.5? I tried @compat
with no luck.