ArchiveValue

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