Is multimap just a syntax-checked dictionary of mutable sequences?
Is def( a ): a[:]= [x] a trick or part of the language? It looks
pretty sharp in variable-width.
Is def( a ): a[:]= [x] a trick or part of the language? It looks
pretty sharp in variable-width.
Comment