bb0c19f42 ^
e1cc3b83f ^
1
2
3 4 5 6 7 8 9 10
discard """ matrix: "--gc:refc; --gc:arc" """ import std/strbasics var a = " vhellov " strip(a) doAssert a == "vhellov"