How to specify unlimited maximum arity? #37
              
                Unanswered
              
          
                  
                    
                      patriksvensson
                    
                  
                
                  asked this question in
                Ideas and suggestions
              
            Replies: 1 comment 2 replies
-
| 
         Make the property nullable, and a null/undefined property represents no bound?  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
If an argument takes an unlimited number of values, what should the maximum arity be set to?
{ "arguments": [ { "name": "FOO", "arity": { "minimum": 0, "maximum": ? } } ] }Beta Was this translation helpful? Give feedback.
All reactions