rules/lists/is_in library

Classes

IsIn
checks if the input is in provided List;

Functions

isIn(Object v, List<Object> list) bool
check if string is in List<String>