function _takeOneNumberInputsOnly(_oneNumber)
num = only(_oneNumber)
println("typeof(): ", typeof(num), ", \t size(): ", size(num))
end
Works for all cases (I think.)
function _takeOneNumberInputsOnly(_oneNumber)
num = only(_oneNumber)
println("typeof(): ", typeof(num), ", \t size(): ", size(num))
end
Works for all cases (I think.)