pixelperfectengine ~master (2023-12-13T21:18:59Z)
Dub
Repo
clamp
pixelperfectengine
system
etc
Clamps a value between of two.
pragma(
inline
, true) @
nogc
@
safe
pure nothrow
T
clamp
(
T
)
(
ref
T
input
,
const
T
min
,
const
T
max
)
Meta
Source
See Implementation
pixelperfectengine
system
etc
aliases
toStream
functions
clamp
cmpObjPtr
csvParser
hashCalc
intToHex
intToOct
isInterface
isPowerOf2
max
min
nextPow2
parseDec
parseHex
parseOct
removeUnallowedDups
removeUnallowedSymbols
stringArrayConv
stringArrayJoin
stringArrayParser
Clamps a value between of two.