Is there documentation somewhere explaining the re...
# multiplatform
e
Is there documentation somewhere explaining the reasoning behind adding the `expect`/`actual` keywords? They seem unnecessarily verbose and redundant (particularly
actual
).
expect
also seems a little awkward; could the
external
modifier not be re-used? (Which would mirror how other languages specify external linkage, like
extern
in C.)