chickadee » hashes » unsigned-integer32-set!

unsigned-integer32-set! OBJECT NUMBER #!optional INDEXprocedure

Sets the 32-bits at INDEX in OBJECT to NUMBER.

INDEX is a word index, not a byte index, and defaults to 0.

OBJECT must be a string, blob, pointer or locative of 32-bit-aligned memory.

The procedure is unsafe.