Documentation for Theaserialzer.
Theaserialzer
Decode.
iex> Theaserialzer.decode("1,2,3-5,6,9,11-15") [1,2,3,4,5,6,9,11,12,13,14,15]