38 len = (int)(
a.s ? (
int)strlen(
a.s) : 0);
push_value(vm, make_int(len))
Tagged union representing a Fun value.
int array_length(const Value *v)
Get the element count of an array Value.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.