Function asBytes [src]

Prototype

pub fn asBytes(set: *const Set) *const [byte_count]u8

Parameters

set: *const Set

Source

pub fn asBytes(set: *const Set) *const [byte_count]u8 { return std.mem.sliceAsBytes(&set.ints)[0..byte_count]; }