Expand description
§Library-Internal Utilities
Structs§
- Limited
Iter - 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
cntis 0 (in which caseptrmay be null)