{
+
+ /**
+ * Create a new instance of the struct.
+ */
+ new (): T;
+
+ /**
+ * Create a new instance of the struct and initialize it from the fields of the provided object.
+ * @param obj Initializer.
+ */
+ new (obj: T): T;
+
+ /**
+ * Create a new struct by copying the memory from the provided pointer.
+ */
+ new (obj: Pointer): T;
+
+ /**
+ * Checks two structs for equality.
+ */
+ equals(left: T, right: T): boolean;
+ }
}
declare function __collect(): void;
\ No newline at end of file
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy