Edit

Share via


InlineArray13<T> Struct

Definition

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

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

Type Parameters

T

The type of elements in the array.

Inheritance
InlineArray13<T>

Applies to