cast icon indicating copy to clipboard operation
cast copied to clipboard

Add function to cast `interface{}` to `[]float64`

Open ste93cry opened this issue 1 year ago • 1 comments

I have the need of casting an interface{} to a slice of float64 numbers, but the corresponding helper is missing. Since there are already functions like ToIntSlice(), is it ok to add one for float64?

ste93cry avatar Mar 06 '23 10:03 ste93cry

Bumping this, it would be really helpful to get this PR merged

si-fernandes avatar Feb 15 '24 09:02 si-fernandes