This website works better with JavaScript
Home
Explore
Help
Sign In
haxe
/
HaxeFoundation.haxe
mirror of
https://github.com/HaxeFoundation/haxe.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[std] keep reference to List for now
Simon Krajewski
8 years ago
parent
67bf6d5439
commit
1d74a914f3
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
std/List.hx
+ 1
- 0
std/List.hx
View File
@@ -0,0 +1 @@
+typedef List<T> = haxe.ds.List<T>;