1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-12 14:09:46 +04:00
Files
parkan-playground/Common/IndexedEdge.cs

3 lines
78 B
C#
Raw Normal View History

namespace Common;
public record IndexedEdge(ushort Index1, ushort Index2);