On Wednesday, 15 March 2017 at 15:59:46 UTC, Stefan Koch wrote:
On Wednesday, 15 March 2017 at 15:49:59 UTC, Nordlöw wrote:
On Wednesday, 15 March 2017 at 13:49:43 UTC, Stefan Koch wrote:
String Slicing is in!
Great! What remains?
Unsupported Features include :
- Unicode/Auto-decoding support.
NOTE: foreach(char c; string) { ... } will work since it does
not auto-decode.
- Floating point.
- Classes
- unions
- structs containing other structs.
- arrays of structs
- arrays of arrays
- || and &&
- ref return (though I doubt it's needed)
- references of 64bit values
And maybe other I cannot think of right now.
slice expansion.
and string-foreach caused dmd to miscomplie itself ... *sigh*
So no string-foreach for now;