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