Introduction

Schedule cheatsheet

Tutorials

Interface


API Reference

private AbstractScheduleparametric type

AbstractSchedule{IsFinite}

Inherit from this type to create a custom schedule. Type parameter IsFinite can take three values:

  • true: for finite schedules
  • false: for infinite schedules
  • missing: for higher-order schedules where the length is unknown (similar to Base.SizeUnknown())
  • T: a type T that indicates all iterator interface functions should forward to this type

Read the generic interface docs section for more.