Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 492 Bytes

File metadata and controls

7 lines (6 loc) · 492 Bytes

v0.4.0

  • added accumulate, scan, unfold and iterated

v0.3.0

  • removed intersperse as it is now included by typst itself (see here)
  • changed unzip to match changed zip method behaviour. The new signature is Vec<[T; N]> -> [Vec<T>; N]
  • fixed type checks respecting typst v0.8.0