Next: Mapping Structs, Previous: The Map Operator, Up: Mapping [Contents][Index]
Simple values (i.e. integers, offsets, strings) cannot be mapped. Therefore, if the type specified in the map is a simple type, the resulting value will be a regular non-mapped value. Examples:
(poke) uint<8> @ 0#B 0x7fUB (poke) string @ 0#B "ELF"