mailund / stralg

Small library of string algorithms
17 stars 10 forks source link

Parametrise the index type #95

Closed mailund closed 5 years ago

mailund commented 5 years ago

I fixed the index type to uint32_t which should be enough for most applications but it would be better to use a typedef combined with a #define to make this customisable. I don't know how to set variables with CMake, but something like that should be added as well.