mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
staticIota
mecca
lib
reflection
Undocumented in source.
template
staticIota (
int
beg
int
end
) {
alias
staticIota
=
AliasSeq
!()
;
alias
staticIota
=
AliasSeq
!(+
beg
)
;
static if
(!(
beg + 1 >= end
))
enum
mid
;
alias
staticIota
=
AliasSeq
!(
staticIota
!(
beg
,
mid
),
staticIota
!(
mid
,
end
))
;
}
Members
Aliases
staticIota
alias
staticIota
=
AliasSeq
!()
Undocumented in source.
staticIota
alias
staticIota
=
AliasSeq
!(+
beg
)
Undocumented in source.
staticIota
alias
staticIota
=
AliasSeq
!(
staticIota
!(
beg
,
mid
),
staticIota
!(
mid
,
end
))
Undocumented in source.
Manifest constants
mid
enum
mid
;
Undocumented in source.
Meta
Source
See Implementation
mecca
lib
reflection
aliases
IOTA
ParentType
functions
abiSignatureOf
accessMember
as
asBytes
bitEnumToString
copyTo
funcAttrToString
genMoveArgument
methodCall
setToInit
toFuncAttrs
traceDisableCompileTimeInstrumentation
manifest constants
isDebug
static functions
fxxx
structs
Closure
SSS
StructImplementation
WWW
templates
CapacityType
CopySignature
ForeachTypeof
PromotedType
StaticRegex
callableMembersOf
isRefInputRange
isVersion
staticIota