ComputedFieldTypes.jl icon indicating copy to clipboard operation
ComputedFieldTypes.jl copied to clipboard

Build types in Julia where some fields have computed types

Results 2 ComputedFieldTypes.jl issues
Sort by recently updated
recently updated
newest added

I experimented with the following behavior, which is not supported by this package: ``` struct CustomArray{N1,N2}

enhancement