Example #1
0
 public static bool IsNullOrWhiteSpace(this ReadOnlyMemory <char> value) => value.IsEmpty || value.IsWhiteSpace();