I'm looking into this library, looks very neat. (Too lazy to check it out first, but) does this library support this: ```haxe static function sorted<T:Float, A:Array<T>>(arr:A):A { // .. } static function sorted<T:String, A:Array<T>>(arr:A):A { // .. } ```