Struct endbasic_core::ast::BuiltinCallSpan
source · Expand description
Components of an builtin call statement.
Fields§
§name: StringName of the builtin to call.
name_pos: LineColPosition of the name.
args: Vec<ArgSpan>Sequence of arguments to pass to the builtin.
Trait Implementations§
source§impl Debug for BuiltinCallSpan
impl Debug for BuiltinCallSpan
source§impl PartialEq<BuiltinCallSpan> for BuiltinCallSpan
impl PartialEq<BuiltinCallSpan> for BuiltinCallSpan
source§fn eq(&self, other: &BuiltinCallSpan) -> bool
fn eq(&self, other: &BuiltinCallSpan) -> bool
This method tests for
self and other values to be equal, and is used
by ==.