浏览 161
分享
Embedding in Structs
Embedded types (such as mutexes) should be at the top of the field list of astruct, and there must be an empty line separating embedded fields from regularfields.
Bad | Good |
---|---|
|
|
评论列表