Module utils

Module utils 

Source
Expand description

§Library-Internal Utilities

Structs§

LimitedIter
A wrapper around an iterator to only yield a limited number of elements and then stop
Timer
A timer to measure execution time.

Functions§

digits_internals
Computes the number of digits needed to represent a number in a given base
from_raw_parts_maybe_null
Helper function to create a slice from a pointer and size with special case when cnt is 0 (in which case ptr may be null)