Example #1
0
 internal static string RightColumn(this char[,] map) => map.Column(map.GetUpperBound(0));
Example #2
0
 internal static string LeftColumn(this char[,] map) => map.Column(0);