Replies: 1 comment 1 reply
-
I don't think there is an API for this but it could be added in a PR. Note that any mutable access to the elements of the ArcArray will unshare it (at that point it's known that it is not shared.) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know if the inner
Arc
of theArcArray
is shared. How can I do it?Beta Was this translation helpful? Give feedback.
All reactions