There's no easy way to provide default values for such integer generic 
parameters, is there? E.g. (this doesn't work): 
    
    
    type MatchPool[N: static[int] = 3] = object ....
    
    
    Run

Reply via email to