There was an error fetching the commit references. Please try again later.
vfs_offset: Simplify TrimToFit()
We can simply use std::clamp() here, instead of using an equivalent with std::max() and std::min().
Please register or sign in to comment
We can simply use std::clamp() here, instead of using an equivalent with std::max() and std::min().