Packages

A platform agnostic Elm-like framework (soft-fork of Lustre)

Current section

Files

Jump to
agnostic include agnostic@vdom@vnode_RawNode.hrl
Raw

include/agnostic@vdom@vnode_RawNode.hrl

-record(raw_node, {
kind :: integer(),
key :: binary(),
content :: agnostic@vdom@vnode:raw_content(),
compare :: gleam@option:option(fun((agnostic@vdom@vnode:raw_content(), agnostic@vdom@vnode:raw_content()) -> boolean()))
}).