Hello world. Here's the first line of my function: 
    
    
    func myfunc[T: int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | 
uint32 | uin64 ](number: T) =
    
    
    
    Run

It could be longer, for example if I add floating types. Is there any way to 
shorten that code ?

Reply via email to