|
@:from static inline function fromStringMap<V>(map:StringMap<V>):Map< String, V > {
|
|
@:from static inline function fromStringMap<V>(map:StringMap<V>):Map< String, V > {
|
|
@:from static inline function fromIntMap<V>(map:IntMap<V>):Map< Int, V > {
|
|
@:from static inline function fromIntMap<V>(map:IntMap<V>):Map< Int, V > {
|
|
@:from static inline function fromObjectMap<K:{ }, V>(map:ObjectMap<K,V>):Map<K,V> {
|
|
@:from static inline function fromObjectMap<K:{ }, V>(map:ObjectMap<K,V>):Map<K,V> {
|