Module util

Module util 

Source
Expand description

Utility functions such as truncating integers, flattening arrays of arrays, and unflattening arrays into arrays of arrays.

Macros§

define_truncate 🔒

Traits§

Flatten
Defines a sequence of sequences that can be merged into a bigger overall seequence
Truncate
Safely truncate an unsigned integer value to shorter representation
Unflatten
Defines a sequence that can be split into a sequence of smaller sequences of uniform size