|
@@ -122,7 +122,7 @@ class Lib {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- Converts a Neko value to its Haxe equivalent. Used to unwrap String and Arrays Objects into raw Neko values.
|
|
|
+ Converts a Haxe value to its Neko equivalent. Used to unwrap String and Arrays Objects into raw Neko values.
|
|
|
**/
|
|
|
public static function haxeToNeko( v : Dynamic ) : Dynamic untyped {
|
|
|
switch( __dollar__typeof(v) ) {
|