BricketFinder

Undocumented in source.

Constructors

this
this(string program)
Undocumented in source.
this
this(size_t[size_t] open_bricket_map, size_t[size_t] close_bricket_map)
Undocumented in source.

Members

Functions

getCloseBricket
auto getCloseBricket(size_t open_bricket_ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
getOpenBricket
auto getOpenBricket(size_t close_bricket_ptr)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

close_bricket_map
size_t[size_t] close_bricket_map;
Undocumented in source.
open_bricket_map
size_t[size_t] open_bricket_map;
Undocumented in source.

Meta