Nothing
#SO
# identify internal structural nodes (vs user elements)
# Runtime: O(1).
if(FALSE) is_structural_node <- function(x) NULL
is_structural_node(x) %::% . : logical
is_structural_node(x) %as% {
x %isa% FingerTree || x %isa% Deep || x %isa% Digit || x %isa% Node || x %isa% Single || x %isa% Empty
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.