Deprecate getPointer method in favor of data method
adayton1 opened this issue · 2 comments
adayton1 commented
Can we mark the getPointer method as deprecated since the data method does the same thing and is more concise and consistent with the std library?
davidbeckingsale commented
Totally, nice idea!
adayton1 commented
We may also want to consider deprecating getActivePointer. I guess if you are dealing with slices, getActiveBasePointer might still come in handy?