moonbitlang / core

MoonBit's Core library

Home Page:https://moonbitlang.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix map for DeVec as Vec

Lampese opened this issue · comments

Currently map/map in DeVec is bad.
We Should:

  • remove current implement and rewrite them immutable. (ref #381)
  • add map_inplace/map_inplacei. (ref #386