phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
sumOfLengths
nxt
concatenation
Sum of the lengths of the static arrays 'A'.
template
sumOfLengths (
A
...
)
if
(
A
.
length
) {
static if
(
A.length == 1
)
static if
(
isType!(A[0])
)
static if
(
__traits(isStaticArray, A[0])
)
enum
sumOfLengths
;
static if
(
A.length == 1
)
static if
(
isType!(A[0])
)
static if
(!(
__traits(isStaticArray, A[0])
))
enum
sumOfLengths
;
static if
(
A.length == 1
)
static if
(!(
isType!(A[0])
))
static if
(
__traits(isStaticArray, typeof(A[0]))
)
enum
sumOfLengths
;
static if
(
A.length == 1
)
static if
(!(
isType!(A[0])
))
static if
(!(
__traits(isStaticArray, typeof(A[0]))
))
enum
sumOfLengths
;
static if
(!(
A.length == 1
))
enum
sumOfLengths
;
}
Members
Manifest constants
sumOfLengths
enum
sumOfLengths
;
Undocumented in source.
sumOfLengths
enum
sumOfLengths
;
Undocumented in source.
sumOfLengths
enum
sumOfLengths
;
Undocumented in source.
sumOfLengths
enum
sumOfLengths
;
Undocumented in source.
sumOfLengths
enum
sumOfLengths
;
Undocumented in source.
Meta
Source
See Implementation
nxt
concatenation
functions
concatenate
templates
sumOfLengths
Sum of the lengths of the static arrays 'A'.