Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unsafe.Pointer 概念以及作用、如何使用 #6

Open
MarsonShine opened this issue Jul 19, 2021 · 1 comment
Open

unsafe.Pointer 概念以及作用、如何使用 #6

MarsonShine opened this issue Jul 19, 2021 · 1 comment

Comments

@MarsonShine
Copy link
Owner

在很多底层框架中,包括 Go 语言反射包中,几乎都是用了 unsafe.Pointer 这个类型;就能将一个对象转换成另一个对象。那么是如何实现的呢?

@MarsonShine
Copy link
Owner Author

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

No branches or pull requests

1 participant