pub fn hcp_plus<T: From<u8>>(holding: Holding) -> TExpand description
High card points plus useful shortness
For each suit, we count max(HCP, shortness, HCP + shortness − 1). This method avoids double counting of short honors. This evaluator is particularly useful for suit contracts.