How to use a variable in @available(macOS ver, *), I do not want to hard code like this:
if (@available(macOS 10.16, *)) { //... }