What is exactly is s? If you want to create a set,

two_d_array = reshape([1:4], 2, 2)
s = union!(Set{Int}(), two_d_array)

seems to work.

Reply via email to