On 02/06/2013 03:38 AM, Marco Leise wrote:
Good observation. It is possibly in there to allow char arrays
aka string literals to be passed to C functions?


I do not think so. String literals are immutable(char)[], not immutable(char)[N]. They just have special implicit conversion behaviour.

Reply via email to