|
@@ -46,6 +46,7 @@ package haxe.ds;
|
|
|
inline Void set(Dynamic &key, const VALUE &value) { set( (String)key, value ); return null(); }
|
|
|
")
|
|
|
@:coreApi class StringMap<T> implements haxe.Constraints.IMap<String,T> {
|
|
|
+ @:ifFeature("haxe.ds.StringMap.*")
|
|
|
private var h : Dynamic;
|
|
|
|
|
|
public function new() : Void { }
|