HandEvalResultSlim
Return type of evaluateBestHand when format is 'slim'.
| Field | Type | Meaning |
|---|---|---|
rankCategory | number | Integer 0..9 — same order as handRankCategoryOrder |
strength | number | Encoded strength — same bit layout as evaluateHandStrength |
Use this shape in hot loops (hand-history analyzers, batch comparators) when you do not need the category string or kicker array.