Given a list of nums with only one pair whose sum is the target, it returns the pair's respectie indices. args: nums: a list of numbers in the set of real numbers, including numbers < 0 target: a number in the set of real numbers which has 1 pair inside nums whose sum is eq
(nums, target)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected