Strs multimethod

Methods

Strs(h:Hash) Source: stdlib.ngs:3604
Build array of Str where each resulting string is of the form "KEY=VALUE"

Parameters

hSource hash

Returns

Arr of Str

Example

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