Module gorrosion_gtp::data

source ·
Expand description

(Private)

Declarations to work with the types of data defined by GTP. Most of this is publically exported via gtp_type, the rest ist internal plumbing.

Modules

The so-called specification is unclear on the matter of alternatives of compound types. For now, we’ll do the simpler thing.

Macros

type_of 🔒
Determine the type of an expression in cases where the value and type enums are named in perfect sync.

Traits