Open Sbozzolo opened 5 months ago
The documentation reads:
""" AbstractTOMLDict{FT <: AbstractFloat} Abstract parameter dict. One subtype: - [`ParamDict`](@ref) """
Indeed, there is only one subtype and the rest of the package is implemented around this type.
Maybe we can we remove this extra layer in the next breaking release?
There used to be an additional subtype, but now this abstract type is unneeded. I can remove it soon.
The documentation reads:
Indeed, there is only one subtype and the rest of the package is implemented around this type.
Maybe we can we remove this extra layer in the next breaking release?