koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 151 forks source link

Slice helpers #389

Closed TimWhiting closed 6 months ago

TimWhiting commented 6 months ago

@daanx Updated this PR with the changes you mentioned (creating a separate function called truncate that gives the core missing functionality).

daanx commented 6 months ago

Thanks !