libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
Lodash.mean
libwasm
lodash
Lodash
Computes the mean of the values in array.
struct
Lodash
nothrow @
trusted
@
safe
ref
auto ref
mean
()
(
)
Return Value
Type:
auto ref
- Lodash chained on (number): the mean.
Meta
Source
See Implementation
libwasm
lodash
Lodash
constructors
this
functions
add
addLocal
assign
assignIn
assignInWith
assignWith
at
attempt
camelCase
capitalize
castArray
ceil
chunk
clamp
clone
cloneDeep
cloneDeepWith
cloneWith
compact
concat
conformsTo
countBy
create
deburr
defaults
defaultsDeep
difference
differenceBy
differenceWith
divide
drop
dropRightWhile
dropWhile
endsWith
eq
escape
escapeRegExp
every
fill
filter
find
findIndex
findKey
findLast
findLastIndex
findLastKey
flatMap
flatMapDeep
flatMapDepth
flatten
flattenDeep
flattenDepth
floor
forEach
forEachRight
forIn
forInRight
forOwn
forOwnRight
fromPairs
functions
functionsIn
get
groupBy
gt
gte
has
hasIn
head
inRange
includes
indexOf
initial
initialize
intersection
intersectionBy
intersectionWith
invert
invertBy
invoke
invokeMap
isArguments
isArray
isArrayBuffer
isArrayLike
isArrayLikeObject
isBoolean
isBuffer
isDate
isElement
isEmpty
isEqual
isEqualWith
isError
isFinite
isFunction
isInteger
isLength
isMap
isMatch
isMatchWith
isNaN
isNative
isNil
isNull
isNumber
isObject
isObjectLike
isPlainObject
isRegExp
isSafeInteger
isSet
isString
isSymbol
isTypedArray
isUndefined
isWeakMap
isWeakSet
join
kebabCase
keyBy
keys
keysIn
last
lastIndexOf
lowerCase
lowerFirst
lt
lte
map
mapKeys
mapValues
max
maxBy
mean
meanBy
merge
mergeWith
min
minBy
multiply
now
nth
omit
omitBy
onError
orderBy
pad
padEnd
padStart
parseInt
partition
pick
pickBy
pull
pullAll
pullAllBy
pullAllWith
pullAt
random
reduce
reduceRight
reject
remove
repeat
replace
result
reverse
round
sample
sampleSize
set
shuffle
size
slice
snakeCase
some
sortBy
sortedIndex
sortedIndexBy
sortedIndexOf
sortedLastIndex
sortedLastIndexBy
sortedLastIndexOf
sortedUniq
sortedUniqBy
split
startCase
startsWith
subtract
sum
sumBy
tail
take
takeRight
takeRightWhile
takeWhile
template_
toArray
toFinite
toInteger
toLength
toLower
toNumber
toPairs
toPairsIn
toPlainObject
toSafeInteger
toString
transform
unionBy
unionWith
union_
uniq
uniqBy
uniqWith
unset
unzip
unzipWith
update
updateWith
values
valuesIn
without
xor
xorBy
xorWith
zip
zipObject
zipObjectDeep
zipWith
Computes the mean of the values in array.