{-
Description: Data type layout in Vesper language
Author: Dr Maxim Orlovsky <orlovsky@ubideco.org>
Copyright (C) 2024 UBIDECO Institute. All rights reserved.
License: Apache-2.0
-}
StrictTypes vesper lexicon=types
struct TypeLib
ascii name: alias LibName, first AlphaCapsLodash, rest AlphaNumLodash, len 1..=64.h
set dependencies: len 0..=FF.h
struct Dependency
bytes id: len 32, alias TypeLibId
ascii name: alias LibName, first AlphaCapsLodash, rest AlphaNumLodash, len 1..=64.h
map externTypes: len 0..=FF.h
ascii key: alias LibName, first AlphaCapsLodash, rest AlphaNumLodash, len 1..=64.h
map value: len 0..<2^16
bytes key: len 32, alias SemId
ascii value: alias TypeName, first AlphaCapsLodash, rest AlphaNumLodash, len 1..=64.h
map types: len 1..<2^16
ascii key: alias TypeName, first AlphaCapsLodash, rest AlphaNumLodash, len 1..=64.h
union value: TyLibRef
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsLibRef, tag 3
field key: U8
struct value: VariantInfoLibRef
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: LibRef
union inline: TyInlineRef, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef, tag 3
field key: U8
struct value: VariantInfoInlineRef
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef, tag 4
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef, tag 5
struct FieldInlineRef
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsLibRef, tag 4
union LibRef
union inline: TyInlineRef, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef, tag 3
field key: U8
struct value: VariantInfoInlineRef
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef, tag 4
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef, tag 5
struct FieldInlineRef
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsLibRef, tag 5
struct FieldLibRef
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: LibRef
union inline: TyInlineRef, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef, tag 3
field key: U8
struct value: VariantInfoInlineRef
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef, tag 4
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef, tag 5
struct FieldInlineRef
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union LibRef
union inline: TyInlineRef, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef, tag 3
field key: U8
struct value: VariantInfoInlineRef
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef, tag 4
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef, tag 5
struct FieldInlineRef
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union LibRef
union inline: TyInlineRef, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef, tag 3
field key: U8
struct value: VariantInfoInlineRef
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef, tag 4
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef, tag 5
struct FieldInlineRef
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union LibRef
union inline: TyInlineRef, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef, tag 3
field key: U8
struct value: VariantInfoInlineRef
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef, tag 4
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef, tag 5
struct FieldInlineRef
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union LibRef
union inline: TyInlineRef, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef, tag 3
field key: U8
struct value: VariantInfoInlineRef
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef, tag 4
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef, tag 5
struct FieldInlineRef
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union LibRef
union inline: TyInlineRef, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef, tag 3
field key: U8
struct value: VariantInfoInlineRef
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef, tag 4
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef, tag 5
struct FieldInlineRef
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef
union inline: TyInlineRef1, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef1, tag 3
field key: U8
struct value: VariantInfoInlineRef1
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef1, tag 4
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef1, tag 5
struct FieldInlineRef1
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef1
union inline: TyInlineRef2, wrapped, tag 0
field primitive: U8, wrapped, alias Primitive, tag 0
field unicode: Unit, tag 1
set enum: len 1..=FF.h, wrapped, alias EnumVariants, tag 2
struct Variant
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
field tag: U8
map union: len 0..=FF.h, wrapped, alias UnionVariantsInlineRef2, tag 3
field key: U8
struct value: VariantInfoInlineRef2
ascii name: alias VariantName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list tuple: len 1..=FF.h, wrapped, alias UnnamedFieldsInlineRef2, tag 4
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
list struct: len 1..=FF.h, wrapped, alias NamedFieldsInlineRef2, tag 5
struct FieldInlineRef2
ascii name: alias FieldName, first AlphaSmallLodash, rest AlphaNumLodash, len 1..=64.h
union ty: InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
tuple array: tag 6
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
field _: U16
tuple list: tag 7
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple set: tag 8
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
tuple map: tag 9
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
union InlineRef2
bytes named: len 32, wrapped, alias SemId, tag 0
struct extern: ExternRef, wrapped, tag 1
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64
bytes named: len 32, wrapped, alias SemId, tag 1
struct extern: ExternRef, wrapped, tag 2
bytes libId: len 32, alias TypeLibId
bytes semId: len 32, alias SemId
struct Sizing
field min: U64
field max: U64