Exemple #1
0
 public Span <Line> this[ReadOnlySpan <Line> input, Span <Line> output] => Conjugator.Apply(this, input, output);
Exemple #2
0
 public Span <Point> this[ReadOnlySpan <Point> input, Span <Point> output] => Conjugator.Apply(this, input, output);
Exemple #3
0
 public Line[] this[ReadOnlySpan <Line> input] => Conjugator.Apply(this, input);
Exemple #4
0
 public Point[] this[ReadOnlySpan <Point> input] => Conjugator.Apply(this, input);