Function concatStringsSep

Concatenates a list of strings with a separator.

extern(C) Value concatStringsSep(
  Value args
);

Parameters

NameDescription
args an attrset with sep (string) and list (list of strings)

Returns

A single Nix string with elements joined by the separator.