On 2010-06-05 03:12:58 +0200, bearophile said:

D doesn't have this feature, but you can try to implement it using a struct that defines opUnary!("*") and more. If your implementation comes out nicely and you are willing to share your code, then maybe Andrei can add it to Phobos2.

Thanks for the hint using structs and the operator stuff. I will definetly look into it and share my stuff. I will need something like this in conjunction with memory-mapped-files.

--
Robert M. Münch
http://www.robertmuench.de

Reply via email to