var searchIndex = {}; searchIndex["holdem"] = {"doc":"holdem-rs contains more or less common types and functions used by other poker related libraries.","items":[[4,"HandRankClass","holdem","All hand rank classes that a 5-card hand can be worth in Texas Hold'em.",null,null],[13,"HighCard","","",0,null],[13,"OnePair","","",0,null],[13,"TwoPair","","",0,null],[13,"ThreeOfAKind","","",0,null],[13,"Straight","","",0,null],[13,"Flush","","",0,null],[13,"FullHouse","","",0,null],[13,"FourOfAKind","","",0,null],[13,"StraightFlush","","",0,null],[5,"hand_rank_to_class","","Translates a hand rank to a rank class.\nassumes there are HAND_RANK_COUNT distinct hand ranks, where the\nlargest are the most valuable. Numbers based on: http://www.suffecool.net/poker/evaluator.html",null,{"inputs":[{"name":"handrank"}],"output":{"name":"handrankclass"}}],[6,"CactusKevCard","","A card encoded using the bit pattern described in Cactus Kev's\n[article](http://www.suffecool.net/poker/evaluator.html).",null,null],[6,"HandRank","","A value representing the strength of a hand. The higheer, the better.\nThe numbers go from 0 to 7461 inclusive.",null,null],[17,"HAND_RANK_COUNT","","",null,null],[11,"eq","","",0,null],[11,"fmt","","",0,null],[11,"hash","","",0,null],[11,"cmp","","",0,null],[11,"partial_cmp","","",0,null]],"paths":[[4,"HandRankClass"]]}; initSearch(searchIndex);