automata/cron/evaluator

Values

pub fn first_value(int_set: normalize.IntSet) -> Int
pub fn int_set_contains(
  int_set: normalize.IntSet,
  value: Int,
) -> Bool
pub fn matches(
  plan plan: normalize.CronPlan,
  at at: ast.DateTime,
) -> Bool
pub fn next_value_at_or_after(
  int_set: normalize.IntSet,
  current: Int,
) -> option.Option(Int)
Search Document