elizarov
05/15/2018, 3:33 PMconst
is for val
is what inline
for fun
— it is folded/inlined during compilation, so if you change const val
in your library, your clients will not “see” the change until they are recompiled. And annotations are const-only, too.