VocabularysequencesInputsOutputsWord descriptionOutputs the sum of the lengths of all sequences in
seq.
ExamplesUSING: prettyprint sequences ;
{ { 11 43 3.2 } { 1 } { 15 16 } } sum-lengths .
6
USING: prettyprint sequences ;
{ "hello" f { 1 2 3 } { } } sum-lengths .
8
DefinitionMethods