[][src]Static pleco::core::masks::SQ_DISPLAY

pub static SQ_DISPLAY: [&str; 64]

Array mapping a square index to a string representation.

Examples

use pleco::core::masks::SQ_DISPLAY;

assert_eq!(SQ_DISPLAY[0], "a1");
assert_eq!(SQ_DISPLAY[1], "b1");
assert_eq!(SQ_DISPLAY[8], "a2");