On Friday, 20 November 2015 at 15:43:00 UTC, BBasile wrote: > One last question: is it possible to nest the calls to > functions that take this kind of parameters ? auto this_ = cast(T) this; this_.bug0(); this_.bug1();