任何人都可以帮助我使用此代码:
struct GenericPoint{T<:Real} x::T y::T end
<:in{T<:Real}在Julialang中是什么意思?
<:
{T<:Real}
julia
julia ×1