Shrinks the capacity of the array to fit its length. Some array operations like `append()` may grow the array more than necessary to make it faster when such manipulation operations are called consecutively. When you are done with modifications and you know the lifetime of the array won't be short you can use `shrink()` to fit its memory requirements to the number of items it stores, which could
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected