p
this.last_index = (()=>{
if (start_node) {
return 1;
}
else {
return 0;
}
})()
Size: a a a
p
this.last_index = (()=>{
if (start_node) {
return 1;
}
else {
return 0;
}
})()
p
p
SP
SP
λ
p
SP
p
p
p
G
this.last_index = start_node ? 1 : 0;
if (start_node) {
this.last_index = 1;
}
else {
this.last_index = 0;
}
this.last_indes = match start_note {
true => 1,
false => 0,
};
p
this.last_indes = match start_note {
true => 1,
false => 0,
};
B
λ
SP
λ
p
this.last_indes = match start_note {
true => 1,
false => 0,
};
SP
this.last_indes = match start_note {
true => 1,
false => 0,
};