MCPcopy Create free account
hub / github.com/ReTeX/ReX / array_col

Function array_col

src/environments.rs:183–216  ·  view source on GitHub ↗

Parse the column alignments for arrays. The currently supported formats are: - `c` center the column - `r` right align the column - `l` left align the column - `|` insert a vertical bar at position. For example: `\begin{array}{c|c|c}\end{array}`.

(lex: &mut Lexer, _: Style)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

nextMethod · 0.80
consume_whitespaceMethod · 0.80

Tested by

no test coverage detected