November 2017
Beginner
316 pages
6h 40m
English
Functions with keyword arguments have near-zero overheads for call sites that pass only positional arguments:
julia> function testme(a; b::Int64 = 10)
a, b
end
testme (generic function with 1 method)
Read now
Unlock full access