type B[S: static[int]] = object
    template foo(size: static[int]): auto = B[size]()
    echo foo(16).repr
    
    Run

Works on my machine 

Reply via email to