ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
binary
ae
utils
math
Wraps a D binary operator into a function.
template
binary
(string op)
auto
binary
(
A
B
)
(
auto
ref
A
a
,
auto
ref
B
b
)
Members
Functions
binary
auto
binary
(A a, B b)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
math
modules
distribution
longmul
aliases
eq
flipBits
ge
gt
le
lt
ne
functions
average
between
bitsFor
bound
compare
ilog2
isPowerOfTwo
itpl
maximize
minimize
nextPowerOfTwo
op
rangeIntersection
roundUpToPowerOfTwo
sign
sort2
sqr
sum
swapBytes
templates
TypeForBits
binary
unary
Wraps a D binary operator into a function.