Table of Contents

Method Fill

Namespace
Zyl.ExSpans
Assembly
ExSpans.dll

Fill<T>(ExSpan<T>, T)

Fills the contents of this span with the given value (用指定的值填充此跨度的内容).

public static void Fill<T>(this ExSpan<T> span, T value)

Parameters

span ExSpan<T>

Target span (目标跨度).

value T

The given value (指定的值).

Type Parameters

T

The element type (元素的类型).