gopy
gopy copied to clipboard
Add Type Hints for Slices __getitem__
Without type hints, auto-completion does not work when indexing slices
The solution would be to add following type hints to all generated Slice_Ptr_* classes

this should be a relatively straightforward thing to add..