Now that we have a primitive for changing world topology (wrapping), can we also have primitives for finding what the current topology (wrapping) is?
Something like x-wraps? and y-wraps?
Of course, we can write our own reporters for this – it’s not too complicated.
But in NetLogo’s code base itself it must be trivial.
I get how it’s sensible to get have a get-topology (or similar) if there’s a set-topology, but I’m also not convinced this is necessary. The only way that the topology can be dynamic is if you set it with set-topology. If you want to know the topology wrapping values later, you could achieve your goal by storing them into global variables before calling set-topology.