My first instinct would be to make an immutable complex type:

  
http://docs.julialang.org/en/release-0.4/manual/types/#immutable-composite-types

immutable House
    x::Int
    y::Int
end

Reply via email to