namespace tlang { public class TObject { public static TObject Uninit => new TUninit(); public static TObject Null => new TNull(); } }