Defines L as a store field, for use in store merging.
Deep clones a value.
Shallow clones a value.
Creates a new instance of T dynamically based on its traits, with optional construction args.
Dynamically tries to load the length of val, this is useful for arbitrary range types.
Swaps the endianness of the provided value, if applicable.
Duplicates val using softdeserialization, avoiding deep cloning.
Dynamically stores all data from src to dst.
Performs a merged load from dst to a sequence of variables.
Performs a merged store on dst from a sequence of fields.
Advanced stores and loads, endianness, cloning, and more.