Methods

+ΒΆ

+(s:Str, a:Arr)

Prepend each line in a with s
Source: stdlib.ngs:2479

Example

"a " + ["1", "2"]  # ["a 1", "a 2"]