RealyUniqueName / haxe

Haxe - The Cross-Platform Toolkit

Home Page:http://haxe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`instanceof` instead of `Std.is()`

RealyUniqueName opened this issue · comments

For the sake of performance and cleaner code generate $a instanceof $b instead of Std::is($a, $b) where possible.

Implemented in 6cc99a1