hsfm-gtk

Safe HaskellSafe
LanguageHaskell2010

HSFM.Utils.MyPrelude

Synopsis

Documentation

listIndices :: [a] -> [Int] Source

Turns any list into a list of the same length with the values being the indices. E.g.: "abdasd" -> [0,1,2,3,4,5]