Skip to content

STR051

STR051pre() on Event<T>

SubsystemStreams
Severityerror

Event<T> is pointwise and has no previous-tick value, so .pre() (the one-tick feedback delay) doesn’t apply. pre() is for Signal<T> feedback cycles. See spec/streams.md §“pre() for feedback cycles”.

From your terminal:

Terminal window
q64 explain STR051