This code failed with error message `Cannot 'importc' at compile time`
    
    
    import cpuinfo
    
    var arr: array[countProcessors(), int]
    

Is there a way to get the processors count that will be used for creating an 
array?

Reply via email to