extern
Overview of Haxe code snippets, examples and tutorials tagged with extern.
Aug 16, 2016 Abstract types / Strict typing for stringly-typed extern code
A common pattern, often found in (but not only in) dynamic languages, is to denote the type of some object with a string, for example:‥