comparison lphobos/internal/qsort2.d @ 473:373489eeaf90

Applied downs' lphobos update
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 04 Aug 2008 19:28:49 +0200
parents 5ab8e92611f9
children
comparison
equal deleted inserted replaced
472:15c804b6ce77 473:373489eeaf90
12 12
13 //debug=qsort; 13 //debug=qsort;
14 14
15 import std.c.stdlib; 15 import std.c.stdlib;
16 16
17 pragma(LLVM_internal, "notypeinfo") 17 pragma(no_typeinfo)
18 struct Array 18 struct Array
19 { 19 {
20 size_t length; 20 size_t length;
21 void *ptr; 21 void *ptr;
22 } 22 }