Here i want to transform string into list of tuples split by character:
auto nameparts = splitter("go.home", '.').map!(v => tuple(v,0)).array;
This gives me not very useful message about assert and stuff: [email protected](1942): Assertion failure
Here i want to transform string into list of tuples split by character:
auto nameparts = splitter("go.home", '.').map!(v => tuple(v,0)).array;
This gives me not very useful message about assert and stuff: [email protected](1942): Assertion failure