Delegate Statics.Action_ReadOnlySpan<T>
Encapsulates a method that has a single
Namespace: Towel
Assembly: Towel.dll
Syntax
public delegate void Action_ReadOnlySpan<T>(ReadOnlySpan<T> readOnlySpan);
Parameters
| Type | Name | Description |
|---|---|---|
| ReadOnlySpan<T> | readOnlySpan | The |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the |