jasterialise ~master (2019-01-09T19:57:43Z)
Dub
Repo
ArchiveValue
jaster
serialise
archive
An
Algebraic
which determines the types of data that archives can work with.
alias
ArchiveValue
=
Algebraic
!(
bool
,
typeof
(null),
ubyte
[],
This
[],
byte
,
short
,
int
,
long
,
ubyte
,
ushort
,
uint
,
ulong
,
string
,
float
,
double
)
Meta
Source
See Implementation
jaster
serialise
archive
aliases
ArchiveValue
classes
Archive
ArchiveObject
An Algebraic which determines the types of data that archives can work with.