pointString

text representaion of Point

enum pointString = [Point.empty:" ", Point.black:"x", Point.white:"o"];

Meta