On Monday, 24 November 2014 at 22:50:33 UTC, bearophile wrote:
And the @disable this() assures that a struct is correctly initialized by the constructor.
In the statement: @disable this() May I understand that you're "disabling" the "default" constructor of the struct to use your own constructor? Matheus.