Methods

+ΒΆ

+(a:Arr, s:Str)

Append s to each line in a
Source: stdlib.ngs:2487

Example

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