is_ is usually only used for guard-safe predicates, while ? is used for predicates that can not be used in guards.
1 Like
is_ is usually only used for guard-safe predicates, while ? is used for predicates that can not be used in guards.