time
0.3.37
Module hint
Module Items
Functions
In crate time
time
Module
hint
Copy item path
Source
Expand description
Hints to the compiler that affects how code should be emitted or optimized.
Functions
ยง
cold_
path
๐
Indicate that a given branch is
not
likely to be taken, relatively speaking.
likely
๐
Indicate that a given condition is likely to be true.
unlikely
๐
Indicate that a given condition is likely to be false.