std.pack3d

std

pack3d(x, y, z) -> packed

Pack three numbers into a 12-byte little-endian binary string

Packs three 32-bit float values into a 12-byte binary string using little-endian byte order. Useful for compact serialization of 3D coordinates.