Don't forget that string is an alias for immutable(char)[].

The immutable isn't important here, but the fact that
strings are arrays is.

char[][][] is the real type here.

Reply via email to