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. :>
