mixin能跟绑定模式混用么 #1326
nathan77886
started this conversation in
General
mixin能跟绑定模式混用么
#1326
Replies: 1 comment
-
只能说很少人这么用。理论上可行 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
mixin能跟绑定模式混用么,比如我有个继承链C++->tsbase->bpbase->bp imp->bpimp2。然后我现在想把一些以前写的bpimp2的逻辑用ts重写,用mixin来绑bpimp2?
Beta Was this translation helpful? Give feedback.
All reactions