Module hint
time_
core
0.1.4
Module hint
Module Items
Functions
In crate time_
core
Modules
convert
hint
util
time_core
Module
hint
Copy item path
Settings
Help
Summary
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.