bytes->import64bits

bytes->import64bits is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.

Target member

Signature

1bytes->import64bits

bytes->import64bits is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.

bytes->import64bits is called with member syntax on a receiver value. bytes->import64bits works with binary values. Convert strings to bytes before byte-level hashing or encoding, then convert back to a string only for display or transport.

Examples

Basic call

1bytes->import64bits
The example keeps binary work on bytes and converts only when text output is needed.