package
Version:
v1.18.5
Opens a new window with list of versions in this module.
Published: Dec 17, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package util provides miscellaneous helper functions.
func RoundDown(x, multiple int) int
RoundDown rounds x down to the next specified multiple. Again, this
implementation is equivalent to the kernel's rounddown().
func RoundUp(x, multiple int) int
RoundUp rounds x up to the next specified multiple. This implementation
is equivalent to the kernel's roundup().
Source Files
¶
Click to show internal directories.
Click to hide internal directories.