The standard library String_To_List api defines access to functionality translating Strings to Lists.
The String_To_List api is implemented by the string_to_list package.
The String_To_List api source code is in src/lib/src/string-to-list.api.
See also: List_To_String. The above information is manually maintained and may contain errors.
api { string_to_list : {between:String, first:String, from_string:number_string::Reader((Char, Y)) -> number_string::Reader((X, Y)), last:String} -> number_string::Reader((Char, Y)) -> number_string::Reader((List(X ), Y));};