It is true that ambiguous types cause time-wasting frustration for many a beginner.
default(Int)allows to use integers anywhere in this module without specifying their ambiguous type each time, like this: (3::Int)section 10.4some other default types may be specified toosomehow I was not aware of this