cast
cast copied to clipboard
Add ToSliceE([]any) -> []interface{}
@bep Is everything OK?
I have a use case where I should convert []string{} to []interface{}, and these changes seem to allow me to do it easily. Friendly ping for a code review 😄