Example #1
0
 public static bool StartsWith(this ICharSequence seq, ICharSequence prefix)
 => seq.StartsWith(prefix, 0) ? true : false;