Yeah ^ my point is that the modifiers are largely ...
# multiplatform
e
Yeah ^ my point is that the modifiers are largely unnecessary, especially on the implementation side. Whether you mark something with
actual
or not, the compiler/linker will know what to look for and complain if it can't find it. Just as would happen if you declare something
extern
in C and try to link to it without an implementation.