Example #1
0
 public bool Contains(char value)
 => SpanHelpers.ContainsValueType(ref Unsafe.As <char, short>(ref _firstChar), (short)value, Length);