ChunkyEventList.timeSlice

Get a slice of the ChunkyEventList containing events in specified time range.

struct ChunkyEventList
@safe pure nothrow const @nogc
timeSlice
(
ulong start
,
ulong end
)

Parameters

start ulong

Start of the time slice. Events occuring at this time will be included.

end ulong

End of the time slice. Events occuring at this time will not be included.

Meta