Skip to main content

Module array

Module array 

Source
Expand description

[u8; N] array functions. Small helper functions for [u8; N] arrays.

Traits§

ArrayExt
Copies of nightly-only functions for [u8; N].

Functions§

pad
const pad an M-byte array with zeroes, so that it’s N bytes long.