Dict s look for key=>value pairs, and the key is compared using isequal . ... julia> a = 1:10 1:10 julia> filter(isodd, a) 5-element Vector{Int64}: 1 3 5 7 ...
確定! 回上一頁