magic

@get:JvmName(name = "getMagic")
@set:JvmName(name = "setMagic")
var magic: Int
## Header: Magic number.

The magic number is a constant value known by the Elide framework, which is used to identify the file as an Elide
VFS bundle. The magic number is a 32-bit unsigned integer, and is always the numeric equivalent of the ASCII string
`ELDE`, or, `0x454C4445`.

uint32 magic = 1;