Function Value.makeList

Constructs a Nix list from a slice of values.

static Value makeList(
  const(Value)[] items
);