Edit

Share via


InlineArray8<T> Struct

Definition

Represents an inline array of T with a fixed length of 8.

generic <typename T>
public value class InlineArray8
public struct InlineArray8<T>
type InlineArray8<'T> = struct
Public Structure InlineArray8(Of T)

Type Parameters

T

The type of elements in the array.

Inheritance
InlineArray8<T>

Applies to