cast icon indicating copy to clipboard operation
cast copied to clipboard

Why not support []uint64 type in ToStringSliceE function?

Open nicklaus-dev opened this issue 1 year ago • 0 comments

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.:(

nicklaus-dev avatar Oct 09 '23 06:10 nicklaus-dev