You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Determines the offset of the specified field within the given class type. Returns the class type's end offset if field name has been omitted. Compiles to a constant. */
/** Determine the name of a given class type instance. */
120
+
declarefunctionnameof<T>(value?: T): string;
119
121
/** Determines the unique runtime id of a class type. Compiles to a constant. */
120
122
declarefunctionidof<T>(): u32;
121
123
/** Changes the type of any value of `usize` kind to another one of `usize` kind. Useful for casting class instances to their pointer values and vice-versa. Beware that this is unsafe.*/
0 commit comments