privacy-scaling-explorations / zk-kit

A monorepo of reusable libraries for zero-knowledge technologies.
https://zkkit.pse.dev
MIT License
290 stars 76 forks source link

comment: indexOf returns first occurrence #321

Open 0xDatapunk opened 2 months ago

0xDatapunk commented 2 months ago

https://github.com/privacy-scaling-explorations/zk-kit/blob/aa02c6df831e0b40f4cffc11ec5e92a1c8c319cb/packages/imt/src/imt.ts#L152-L156

can we add to the comment that It returns the index of the first occurrence of the specified element in the array?