例えばjsだけど下記のような感じにmapやforeachでインデックスを使うようにもできる
const func = (v, i) => console.log("Value : "+ v + " Index : "+ i )