Function join

Joins a list of strings with a separator.

extern(C) Value join(
  Value args
);

Alias for concatStringsSep.

Parameters

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

Returns

A single Nix string with elements joined by the separator.