Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
(node.v.element.children.data[0].value as LibGumbo::GumboNode).value.type
# Lib
struct GumboNode
type: GumboNodeType
parent: GumboNode*
index_with_parent: LibC::SizeT
parse_flags: GumboParseFlags
v: Node
end
# children
struct GumboVector
data: Void**
length: Int32
capacity: Int32
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment