Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
print-elided.hh
Go to the documentation of this file.
1#pragma once
3
4#include <ostream>
5
6
7namespace nix {
8
16void printElided(
17 std::ostream & output,
18 unsigned int value,
19 const std::string_view single,
20 const std::string_view plural,
21 bool ansiColors
22);
23
24}