1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-08 21:10:02 +00:00
Calvin Rose 39f1d81fd4 Use :length method for (length abstract)
Also adds the janet_lengthv API call. This is
needed because janet_length returns a 32 bit integer, where
as lengthv lets us return larger values (useful for typed arrays).

janet_mcall is an api function that should make it easier to call
a janet method from C code. It shares a similar signature with
janet_call.
2019-09-08 19:26:16 -05:00
..
2019-02-21 19:19:47 -05:00
2019-07-07 23:23:45 -05:00
2019-06-18 22:10:13 -04:00
2019-06-18 22:10:13 -04:00
2019-06-18 22:10:13 -04:00