@param nums: The integer array. @param target: Target to find. @return: The first position of target. Position starts from 0.
(int[] nums, int target)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected