const
This prevents the function argument from being reassigned within the function. Example: void test(const int t) {}
clang-format