I wonder if a string is a Vector of Chars. If so, what is "ABC" + 'D' or "ABC" * 'D'.
On Fri, Jul 25, 2014 at 11:57 AM, cnbiz850 <[email protected]> wrote: > That sounds confusing. You just mentioned that "Vector{String} is > semantically equivalent to Array{String, 1}". > > > On 2014年07月25日 11:53, John Myles White wrote: > >> Arrays of strings aren’t part of a vector space. There’s no reason you >> should be able to multiply them by a scalar. >> >> — John >> >> >> >
