Interface Index<T>

interface Index<T> {
    id: Term<"int"> | Term<"uint">;
    tag: Tag;
    type: T;
    val: Term<keyof IndexTypeMap>;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

id: Term<"int"> | Term<"uint">
tag: Tag
type: T
val: Term<keyof IndexTypeMap>

Generated using TypeDoc