private
AbstractSchedule
— parametric type
AbstractSchedule{IsFinite}
Inherit from this type to create a custom schedule.
Type parameter IsFinite
can take three values:
true
: for finite schedulesfalse
: for infinite schedulesmissing
: for higher-order schedules where the length is unknown (similar toBase.SizeUnknown()
)T
: a typeT
that indicates all iterator interface functions should forward to this type
Read the generic interface docs section for more.