- (pack-u64 N [kind: KIND] [start: START] [order: ORDER]) -> (or string blob u8vector)procedure
Returns the number N packed into an object of KIND, at position START.
- KIND
- (or symbol (or string blob u8vector))
- START
- fixnum ; (<= 0 ...)
- ORDER
- symbol ; big-endian be big little-endian le little