* 在排序数组中查找元素的第一个和最后一个位置 返回一个数组[FirstIndex, LastIndex] * 若不存在该值,则返回[-1, -1] * * @param {number[]} nums * @param {number} target
(nums, target)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected