mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
allFlattened
mir
algorithm
iteration
Undocumented in source.
package
@
optmath
template
allFlattened (
args
...
) {
alias
arg
=
args
[
0
]
;
static if
(
args.length
)
ls
[@property getter];
alias
allFlattened
=
AliasSeq
!(
ls
,
allFlattened
!(
args
[
1
..$]))
;
alias
allFlattened
=
AliasSeq
!()
;
}
Members
Aliases
allFlattened
alias
allFlattened
=
AliasSeq
!(
ls
,
allFlattened
!(
args
[
1
..$]))
Undocumented in source.
allFlattened
alias
allFlattened
=
AliasSeq
!()
Undocumented in source.
arg
alias
arg
=
args
[
0
]
Undocumented in source.
Properties
ls
ls
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mir
algorithm
iteration
enums
Chequer
functions
allImpl
anyImpl
chequerEachImpl
cmpImpl
countImpl
eachImpl
findImpl
maxLength
minPosImpl
minmaxPosImpl
nBitsToCount
reduceImpl
structs
Filter
Uniq
templates
all
allFlattened
any
cmp
count
each
eachLower
eachOnBorder
eachUploPair
eachUpper
equal
filter
find
findIndex
fold
isSymmetric
maxIndex
maxPos
minIndex
minPos
minmaxIndex
minmaxPos
rcfilter
reduce
uniq