On 2012-11-14 07:52, Rob T wrote: > Is there anything like C++ conversion operators in D? I have used > conversion ops in C++ and may want to use a similar feature in D if > available. There's "alias this", but you can currently only do one conversion for a given type. -- /Jacob Carlborg