我希望能使用一个外部函数来处理dataclass中的数值,但是发现dataclass似乎不能作为函数的参数?
你说的外部函数,和这个帖子的意思一样么?
试试看
def yourfunc(dc: ti.template()): dc.somefield[i]