4 lines
62 B
C#
4 lines
62 B
C#
public struct Vector
|
|
{
|
|
public readonly int Length => 3;
|
|
}
|
public struct Vector
|
|
{
|
|
public readonly int Length => 3;
|
|
}
|