Trims an array to be exactly the target a size. @param a the array to trim @param size the desired size of the array. This value must be lesser than or equal to the size of the input array. @return a trimmed array instance
(int[] a, int size)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected