Table of Contents

Method Slice

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

Slice(int, int)

Creates a slice of the collection

IOperandCollection<T> Slice(int start, int end)

Parameters

start int

Inclusive start index for the slice

end int

Exclusive end index for the slice

Returns

IOperandCollection<T>

Slice of the collection