SpanPolyfillExtensionCommonPrefixLength Method

Overload List

CommonPrefixLength(SpanChar, ReadOnlySpanChar)Determines the length of any common prefix shared between span and other.
CommonPrefixLength(SpanChar, String)Determines the length of any common prefix shared between span and other.
CommonPrefixLength(SpanChar, ReadOnlySpanChar, IEqualityComparerChar)Determines the length of any common prefix shared between span and other.
CommonPrefixLength(SpanChar, String, IEqualityComparerChar)Determines the length of any common prefix shared between span and other.

See Also