Function apecs::current_iteration
source · [−]pub fn current_iteration() -> u64Expand description
Get the current system iteration timestamp.
This can be used to track changes in components over time with
Entry::has_changed_since and similar
functions.