So where do i find a circular buffer in the datatypes of julia? For the background: If playing around with graphics algorithms and some of them use a closed doubly-linked-list to represent a closed polygon (so the vertices have left and right neighbors in any case).
This is at the moment not time critical, so i can just use a vector and use modulo adressing. But if i go public sooner or later the speed police comes up...
