Skip to main content

NodeString

Type Alias NodeString 

Source
pub type NodeString = AtomBytes;
Expand description

JS string-literal bytes, interned in the AtomTable (C++ NodeString = UniqueString*).

Aliased Typeยง

pub struct NodeString(/* private fields */);