Packages

Advent of code helper - automating setup of tests, solution template and problem input

Current section

Files

Jump to
adglent include showtime@internal@common@test_result_TestFunctionReturn.hrl
Raw

include/showtime@internal@common@test_result_TestFunctionReturn.hrl

-record(test_function_return, {
value :: gleam@dynamic:dynamic_(),
output_buffer :: list(binary())
}).