[nem-en] Pointer types in typeof expression

Vladimir Reshetnikov v.reshetnikov at gmail.com
Wed Feb 14 14:00:29 CET 2007


I need a feature:
def ptr = typeof(void*); /* The same as
System.Type.GetType("System.Void*"), but with compile-time check, that
the target type exists */

It does not require to allow unsafe code in Nemerle, and will be used
only for reflection purposes.



More information about the devel-en mailing list