ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
amap
ae
utils
array
Equivalents of
array(xxx(...))
.
auto
amap
(R range)
template
amap
(alias pred)
auto
amap
(
R
)
(
R
range
)
if
(
isInputRange
!
R
&&
hasLength
!
R
)
auto
amap
(T[n] arr)
Members
Functions
amap
auto
amap
(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
amap
auto
amap
(T[n] arr)
Like
amap
but with a static array.
Meta
Source
See Implementation
ae
utils
array
aliases
queuePush
enums
OnEof
functions
as
asort
auniq
contains
containsAt
countSort
eat
elementIndex
emptySlice
fromBytes
get
getExpand
indexOf
indexOfElement
isIdentical
isIn
isOneOf
list
memcmp
memmove
nonNull
padRight
pluck
putExpand
queuePeek
queuePeekLast
queuePop
removeAll
removeFirst
repeatOne
sample
shift
skipUntil
slice
sliceIndex
slicesOver
split1
splitEmpty
splitWithPrefix
splitWithPrefixAndSuffix
splitWithSuffix
stackPeek
stackPop
stackPush
staticArray
toArray
unshift
vector
vectorAssign
properties
asBytes
asSlice
asStaticBytes
asUnitStaticArray
bytes
structs
NormalizedArray
templates
afilter
amap
eatUntil
mapNull
skipWhile
toStaticArray
Equivalents of array(xxx(...)).