mapbox::geometry class templates are container neutral, that is, I can set container type as second template argument.
On the other hand, all geometry types in wagyu uses default argument which is std::vector.
It would be nice for wagyu to support arbitary container just like that mapbox::geometry does.