internal static Struct Create(string/*!*/ format) { Struct res = new Struct(); res.__init__(DefaultContext.Default, format); // default context is only used for errors, this better be an error free format. return res; }