Skip to main content

RECORD_UPDATE

Constant RECORD_UPDATE 

Source
pub const RECORD_UPDATE: u8 = 0x69;
Expand description

Update selected fields on a record, preserving the rest from the base value. Stack: […, base_record, update_0, …, update_n-1] -> […, updated_record]