operator [] method
Returns a reference
Note: the memory of returned VecPoint is owned by this VecVecPoint, explicitly call VecPoint.clone if the parent VecVecPoint may be disposed.
Implementation
@override
VecPoint operator [](int idx) => VecPoint.fromPointer(ccore.std_VecVecPoint_get_p(ptr, idx), attach: false);