Jebbs / DSFML

DSFML is a D binding of SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate dsfml.system.string modue

Jebbs opened this issue · comments

The stringConvert function can be moved to the places that use it (possibly in the C++ side to avoid extra allocations).

The toString function is only used by internal functions working with err, and the functions that return the const(char)* used by err could easily return the length as an additional parameter.

I think it is time to move towards removing this module. It doesn't add anything.