pub fn legal_actions_cached_into(
state: &GameState,
decision: &Decision,
db: &CardDb,
curriculum: &CurriculumConfig,
allowed_card_sets: Option<&HashSet<String>>,
actions: &mut LegalActions,
)Expand description
Compute legal actions into a reusable buffer using cached data.