cast
cast copied to clipboard
Add support for string to int slice conversion
This PR adds support for a string to int slice conversion. The supported format is a space separated list of ints encoded as a string.
An use case for this new conversion can be found here.
Signed-off-by: Fabio Falzoi [email protected]