Namespace: LLama.Native
ID for a sequence in a batch
public struct LLamaSeqId
Inheritance Object → ValueType → LLamaSeqId
Implements IEquatable<LLamaSeqId>
The raw value
public int Value;
LLamaSeqId with value 0
public static LLamaSeqId Zero;
string ToString()
int GetHashCode()
bool Equals(object obj)
obj Object
bool Equals(LLamaSeqId other)
other LLamaSeqId