clearMagic
## 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`.
Content copied to clipboard
uint32 magic = 1;
Return
This builder for chaining.