Function test_generation::transitions::stack_has_ability
source · pub fn stack_has_ability(
state: &AbstractState,
index: usize,
ability: Ability
) -> bool
Expand description
Determine the abstract value at index
is of the given kind, if it exists.
If it does not exist, return false
.