cast
cast copied to clipboard
Why not support []uint64 type in ToStringSliceE function?
I used cast.ToStringSlice([]uint64{1,2,3,4}) to get a string slice, it didn't work... And it gave me a empty string slice.:(