Packages

A library for creating LTI 1.3 Tools in Gleam

Current section

Files

Jump to
lightbulb include lightbulb@providers@memory_provider@tables_Table.hrl
Raw

include/lightbulb@providers@memory_provider@tables_Table.hrl

-record(table, {incrementer :: integer(), records :: list({integer(), any()})}).