<chisui>
Hey, is there some way to get something like haskells `zipWithIndex` in nix? Or another way to associate elements of a list with their indices?
<ekleog>
`lib.imap0`? (imap0 :: (int -> a -> b) -> [a] -> [b])
rajivr has quit [Quit: Connection closed for inactivity]
<chisui>
ekleog thanks
<ekleog>
you're welcome :)
<chisui>
I remember there being some sort of searchable API docs for lib functions. Does anyone know where these are or am I remembering this wrong?