Skip to documentation
SLOP

tiny.markdown.TableRow

Reference tiny.markdown TableRow

Defined in table.

API (2)

Fields and members

Public fields and members.

No direct callersNo direct callstableRow
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/markdown/src/table.zig:34

zig
pub const Row = struct {    source: SourceRange,    cells: []const Cell,};

Source: lib/markdown/src/root.zig:33

zig
pub const TableRow = table.Row;

Audit

Definitions1
Public names2
Members2
Version26.7.0
Revisiondaab053ee433