Open Fireboltofdeath opened 5 months ago
Adds list variants to guards that take parameter lists to avoid extremely large register allocations which can cause large unions & similar to error.
Caveat with literalList due to how tables work, undefined/nil isn't a supported literal value.
literalList
undefined
nil
Adds list variants to guards that take parameter lists to avoid extremely large register allocations which can cause large unions & similar to error.
Caveat with
literalList
due to how tables work,undefined
/nil
isn't a supported literal value.