Function Value.makeString

Constructs a Nix string value from a D character slice.

static Value makeString(
  const(char)[] s
);