|
Revision 5, 0.8 kB
(checked in by qbert, 6 years ago)
|
Initial ( and last :( ) commit
|
| Line | |
|---|
| 1 |
enum : u |
|---|
| 2 |
final : a |
|---|
| 3 |
abstract : a |
|---|
| 4 |
override : a |
|---|
| 5 |
const : a |
|---|
| 6 |
function : b |
|---|
| 7 |
delegate : b |
|---|
| 8 |
extern : s |
|---|
| 9 |
public : s |
|---|
| 10 |
private : s |
|---|
| 11 |
protected : s |
|---|
| 12 |
debug : a |
|---|
| 13 |
version : a |
|---|
| 14 |
pragma : a |
|---|
| 15 |
import : n |
|---|
| 16 |
alias : n |
|---|
| 17 |
template : t |
|---|
| 18 |
mixin : t |
|---|
| 19 |
class : u |
|---|
| 20 |
struct : u |
|---|
| 21 |
invariant : m |
|---|
| 22 |
in : m |
|---|
| 23 |
out : m |
|---|
| 24 |
body : m |
|---|
| 25 |
if : c |
|---|
| 26 |
while : c |
|---|
| 27 |
for : c |
|---|
| 28 |
foreach : c |
|---|
| 29 |
do : c |
|---|
| 30 |
this : b |
|---|
| 31 |
interface : u |
|---|
| 32 |
typeid : c |
|---|
| 33 |
typeof : c |
|---|
| 34 |
static : s |
|---|
| 35 |
assert : b |
|---|
| 36 |
with : s |
|---|
| 37 |
module : n |
|---|
| 38 |
package : n |
|---|
| 39 |
void : b |
|---|
| 40 |
bit : b |
|---|
| 41 |
byte : b |
|---|
| 42 |
ubyte : b |
|---|
| 43 |
short : b |
|---|
| 44 |
ushort : b |
|---|
| 45 |
int : b |
|---|
| 46 |
uint : b |
|---|
| 47 |
long : b |
|---|
| 48 |
ulong : b |
|---|
| 49 |
cent : b |
|---|
| 50 |
ucent : b |
|---|
| 51 |
float : b |
|---|
| 52 |
double : b |
|---|
| 53 |
real : b |
|---|
| 54 |
ifloat : b |
|---|
| 55 |
idouble : b |
|---|
| 56 |
ireal : b |
|---|
| 57 |
cfloat : b |
|---|
| 58 |
cdouble : b |
|---|
| 59 |
creal : b |
|---|
| 60 |
char : b |
|---|
| 61 |
wchar : b |
|---|
| 62 |
dchar : b |
|---|
| 63 |
|
|---|
| 64 |
==== |
|---|
| 65 |
types |
|---|
| 66 |
==== |
|---|
| 67 |
|
|---|
| 68 |
Built-in Types |
|---|
| 69 |
Scope |
|---|
| 70 |
Attribute |
|---|
| 71 |
User Defined Type |
|---|
| 72 |
Operators |
|---|
| 73 |
Control |
|---|
| 74 |
Name Resoloution |
|---|
| 75 |
Templates and Mixins |
|---|
| 76 |
Modifiers |
|---|