Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d744 template DerivedToFront(TList...) in DerivedToFront() function
747 alias DerivedToFront = TList; in DerivedToFront() local
749 alias DerivedToFront = in DerivedToFront() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d604 template DerivedToFront(TList...) in DerivedToFront() function
607 alias DerivedToFront = staticSort!(cmp, TList); in DerivedToFront() local