On 10.2.2014. 10:52, Andrej Mitrovic wrote:
> On 2/9/14, luka8088 <[email protected]> wrote:
>> What about swapping function pointer so the check is done only once per
>> thread? (Thread is tldr so I am sorry if someone already suggested this)
> 
> Interesting solution for sure.
> 
>>   // tls
>>   @property static typeof(this) function () get;
> 
> This confused me for a second since @property is meaningless for variables. :>
> 

Yeah. My mistake. It should be removed.

Reply via email to