Methods

StrsΒΆ

Strs(h:Hash)

Build array of Str where each resulting string is of the form "KEY=VALUE"
Source: stdlib.ngs:1828

h

Source hash

Returns

Arr of Str

Example

{'a': 1, 'b': 2}.Strs()  # ['a=1', 'b=2']