TC3Record

Undocumented in source.
version(unittest)
alias TC3Record = record!(get!(int, "x",
()
=> 20
), get_compute!(float, "y",
(
rec
)
=> rec.x * 2f
))

Meta