sdpc v0.1.0 (2017-03-23T22:36:17Z)
Dub
Repo
E.mid
sdpc
primitives
Enumerate
E
Undocumented in source.
template
E
(uint start, T...)
static if
(!(
T.length == 0
))
static if
(!(
T.length == 1
))
enum
mid
=
start
+
T.length
/
2
;
Meta
Source
See Source File
sdpc
primitives
Enumerate
E
aliases
E
manifest constants
mid