printNbtIntegerArray

Undocumented in source. Be warned that the author may not have intended to support it.
void
printNbtIntegerArray
(
T
string singleIndent = " "
Sink
R
)
(
auto ref R input
,
auto ref Sink sink
,
uint length
,
string indent = ""
)
if (
isInputRange!R &&
is(ElementType!R == ubyte)
&&
isOutputRange!(Sink, char)
)

Meta