This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 2023年7月12日会议纪要
## 与会人员
丁尔男 温祖彤
## 会议时间
19:30-21:00
## 会议内容
- 凹语言中自定义类型方法的语法特点讲解:指针接收器、this
- Big 包代码结构讲解
- 实现难点:
- nat 类型需要使用结构体包裹
- 值接收器要更改为指针接收器,在此过程中需要仔细检查转换前后语义是否等价
- 由于接收器变更为指针,能否继续采用链式调用存疑