Module janetrs::array

source ·
Expand description

Janet array (vector) type.

Structs§

  • An iterator which uses a closure to determine if an element should be removed.
  • An iterator that moves out of a JanetArray.
  • An iterator over a reference to the JanetArray elements.
  • An iterator over a mutable reference to the JanetArray elements.
  • Janet arrays are a fundamental datatype in Janet. Janet Arrays are values that contain a sequence of other values.

Type Aliases§