Table of Contents

Enum InputIndex

Namespace
RDCore.SDK.Semantics
Assembly
RDCore.SDK.dll

Encodes the index of an input.

public enum InputIndex

Fields

BinaryLeftOperand = 0

The operand is for a binary operator at index 0.

BinaryRightOperand = 1

The operand is for a binary operator at index 1.

CoercionDestinationType = 1

The destination type of a let-coercion operation.

CoercionSourceValue = 0

The source value of a let-coercion operation.

First = 0

The first input.

Second = 1

The second input.

UnaryOperand = 0

The operand is for a unary operator at index 0.