Current section
Files
Jump to
Current section
Files
include/plushie@tree_NormalizeResult.hrl
-record(normalize_result, {
tree :: plushie@node:node_(),
memo_cache :: gleam@dict:dict(binary(), plushie@tree:memo_cache_entry()),
registry :: gleam@dict:dict(binary(), plushie@widget:registry_entry()),
windows :: gleam@set:set(binary())
}).