On 2013-06-14 23:09, Leandro Lucarella wrote:

Yes, I know. BTW, how many people is using it (if any)? If some could
share the experience it would be appreciated.

I use it :). My experience so far is if you don't take advantage of these buffers it can be a bit annoying. The reason is that most functions either return T[] or const(T)[]. If you use "string" in the rest of your code you cannot easily store a returned value to a "string" variable. I guess some of those could be fixed by returning inout(T)[] instead.

Otherwise I think it's working good.

--
/Jacob Carlborg

Reply via email to