comparison dmd/Type.d @ 12:832f71e6f96c

*Exp and *AssignExp arrayOp implementation added (might be a bit incomplete) Some unittest-specific functions implemented
author korDen
date Mon, 12 Apr 2010 15:13:00 +0400
parents d706d958e4e8
children 460959608115
comparison
equal deleted inserted replaced
11:3356c90e9aac 12:832f71e6f96c
892 bool isauto() 892 bool isauto()
893 { 893 {
894 return false; 894 return false;
895 } 895 }
896 896
897 int isString() 897 bool isString()
898 { 898 {
899 return false; 899 return false;
900 } 900 }
901 901
902 /************************** 902 /**************************