Typed returns a Typed value whose Type refers to the object type.
()
| 38 | Type |
| 39 | // Typed returns a Typed value whose Type refers to the object type. |
| 40 | Typed() Typed |
| 41 | // IDType returns the scalar type for the object's IDs. |
| 42 | IDType() (IDType, bool) |
| 43 | // New creates a new instance of the type. |
no outgoing calls