1 Star 0 Fork 0

KooTeam/Dart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
flutter3.3.dart 290 Bytes
一键复制 编辑 原始数据 按行查看 历史
KooTeam 提交于 2024-10-21 18:34 . init
void main() {
var id1=Intid(100);
id1.showId();
var id2=Intid(200);
id1<id2.i;
}
extension type Intid(int i){
showId()=>print('$i');
operator <(int other)=>i<other;
}
extension type Intid2.n(int i){
Intid2(this.i);
showId()=>print('$i');
operator <(int other)=>i<other;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/KooTeam/dart.git
git@gitee.com:KooTeam/dart.git
KooTeam
dart
Dart
master

搜索帮助