Function hex64 [src]

Deprecated; use std.fmt.hex instead.

Prototype

pub fn hex64(x: u64) [16]u8

Parameters

x: u64

Source

pub fn hex64(x: u64) [16]u8 { return std.fmt.hex(x); }