blob-s32-native-ref

[procedure] blob-s32-native-ref blob k

SRFI-74: similar to (blob-sint-ref 4 (endianness native) blob k), but works at aligned indices: k must be a multiple of 4. It is an error to use this at non-aligned indices.

See also blob-sint-ref and endianness.