Skip to content

python 支持用List[String]方式使用泛型,同时支持泛型类型前缀的验证和加载#2312

Open
realybin wants to merge 3 commits intoTencent:masterfrom
realybin:feat/generic-wrapper
Open

python 支持用List[String]方式使用泛型,同时支持泛型类型前缀的验证和加载#2312
realybin wants to merge 3 commits intoTencent:masterfrom
realybin:feat/generic-wrapper

Conversation

@realybin
Copy link
Copy Markdown
Contributor

import System.Collections.Generic.List as List
from System.Collections.Generic.List import List
import System.String as String
ListString = List[String]
ls = ListString()
ls.Add('hello')

@realybin realybin force-pushed the feat/generic-wrapper branch from 58b5e59 to c2bd743 Compare March 27, 2026 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant