Explorar o código

[lua] add todo for abstract table

Justin Donaldson %!s(int64=9) %!d(string=hai) anos
pai
achega
bd089ab587
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      std/lua/Table.hx

+ 1 - 0
std/lua/Table.hx

@@ -3,6 +3,7 @@ package lua;
 /**
 	This library provides generic functions for table manipulation.
 **/
+// TODO: use an abstract here?
 @:native("_G.table")
 extern class Table<A,B> implements ArrayAccess<B> implements Dynamic<B> {
 	public inline static function create<A,B>(?arr:Array<B>, ?hsh:Dynamic<B>) : Table<A,B> {