pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
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
functions
clamp
cmpObjPtr
csvParser
hashCalc
intToHex
intToOct
isInteger
isInterface
isPowerOf2
max
min
nextPow2
parseDec
parseHex
parseOct
reinterpretCast
reinterpretGet
stringArrayConv
stringArrayJoin
toStream
Clamps a value between of two.