Ok but how to set the type in the declaration of the arguments ? *function func(ff::???) * * ff(4) * *end *
By the way what is the advantage of setting the type ? Is it only for "safe programming" (I mean my code will generate an error if I specify the type and pass something having another type, and this is cool), or is there also a gain of performance ?
