There was an error while loading. Please reload this page.
null is a transcendent value that represents the absence of a value
null
#if target_platform == null #print_warning "Assuming UNIX-like platform" #end
null should be used instead of undef to represent the absence of a value
undef
#set has_feature null
undef is only meant as the value for transcendent variables that haven't been assigned a value
Table of Contents