When I use s2t, or string to type. Like to transform a string array into an array. "[1 4 21]" to []i32{ 1, 4, 21}. Before I return an ArrayList, now it use toOwnedSlice
When I use s2t, or string to type. Like to transform a string array into an array. "[1 4 21]" to []i32{ 1, 4, 21}. Before I return an ArrayList, now it use toOwnedSlice