logo
首页技术栈工具库讨论
mutable

mutable

Associate and generate "piecewise-mutable" versions for your composite data types. Think of it like a "generalized MVector for all ADTs". Useful for a situation where you have a record with many fields (or many nested records) that you want to use for efficient mutable in-place algorithms. This library lets you do efficient "piecewise" mutations (operations that only edit one field), and also efficient entire-datatype copies/updates, as well, in many cases. See https://mutable.jle.im for official introduction and documentation, or jump right in by importing Data.Mutable.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconmstksg/mutable40
HACKAGE
carbal install mutable
查看
标签
根据用户添加的标签生成
暂无标签