voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
printNbtList
nbt
Undocumented in source. Be warned that the author may not have intended to support it.
void
printNbtList
(
string
singleIndent
= " "
Sink
R
)
(
auto
ref
R
input
,
auto
ref
Sink
sink
,
NbtTagType
type
,
uint
length
,
string
indent
= ""
)
if
(
isInputRange
!
R
&&
is
(
ElementType
!
R
==
ubyte
)
&&
isOutputRange
!(
Sink
,
char
)
)
Meta
Source
See Implementation
nbt
classes
NbtException
enums
NbtTagType
VisitRes
functions
decodeNbtNamedTag
decodeNbtTag
printNbtIntArray
printNbtList
printNbtStream
printNbtValue
readBytes
visitNbtList
visitNbtStream
visitNbtValue
structs
NbtTag