Home
last modified time | relevance | path

Searched defs:staticIota (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dtraits.d133 template staticIota(int beg, int end) in staticIota() function
139 alias staticIota = AliasSeq!(); in staticIota() local
143 alias staticIota = AliasSeq!(+beg); in staticIota() local
149 alias staticIota = AliasSeq!(staticIota!(beg, mid), staticIota!(mid, end)); in staticIota() local