Are there any disadvantages like optimization issues?
I currently almost always use const(char)[] for function parameters to
make it possible to also pass char[] strings to the function.
- Does immutable(char)[] have any advantage over const(... Trass3r
- Re: Does immutable(char)[] have any advantage ov... Steven Schveighoffer