ptr_shift_bytes

Declaration

ptr_shift_bytes :: fn (ptr: *u8, bytes: s64) *u8 #inline

Description

Produce right-shift of input ptr by count of bytes.

Result

Shifted pointer value.

Declared in: utils.bl