I currently almost always use const(char)[] for function parameters to make it possible to also pass char[] strings to the function.

Are there any disadvantages like optimization issues?

Reply via email to