|
|
|
|
|
by pjmlp
227 days ago
|
|
You use templates and string mixins alongside each other. The issue with mixins is that using string concatenation to build types on the fly isn't the greatest debugging experience, as there is only printf debugging available for them. |
|