Closed dbrgn closed 8 years ago
Very cool, can you rebase it?
Done. I hope the multi line string literal doesn't break anything.
Done. I hope the multi line string literal doesn't break anything.
You could have used the concat!
macro if you don't like multi line string literals.
Good point, will try to remember that in the future ::)
Additionally, a type suffix is not necessary for multiplication with a literal, the type is automatically derived.