I usually use the following when I’ve build functionality around Unitful.jl. There are many different aliases for common dimensions.
struct Measurements
heights::Vector{<:Unitful.Length}
end
I usually use the following when I’ve build functionality around Unitful.jl. There are many different aliases for common dimensions.
struct Measurements
heights::Vector{<:Unitful.Length}
end