MrBounty 557e4ab064 Return slice when parsing individual value
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
2024-11-01 20:37:19 +01:00
..
2024-10-27 12:59:28 +01:00
2024-10-27 12:59:28 +01:00
2024-11-01 20:17:45 +01:00