Module symphonia_core::util

source ·
Expand description

The util module provides a repository of commonly used utility functions sorted into distinct categories.

If a function is used all-over the codebase, and does not belong to specific top-level module, it should be placed here.

Modules§

  • Utilities for bit manipulation.
  • Utilities for clamping numeric values to a defined range.