SpanTokenizer<T>(Span<T>, T) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SpanTokenizer<T> struct.
public SpanTokenizer (Span<T> span, T separator);
new Microsoft.Toolkit.HighPerformance.Enumerables.SpanTokenizer<'T (requires 'T :> IEquatable<'T>)> : Span<'T (requires 'T :> IEquatable<'T>)> * 'T -> Microsoft.Toolkit.HighPerformance.Enumerables.SpanTokenizer<'T (requires 'T :> IEquatable<'T>)>
Public Sub New (span As Span(Of T), separator As T)
Parameters
- separator
- T
The separator item to use.