Created
February 6, 2026 20:35
-
-
Save thearyanahmed/45684590754a80712d150e25cbb19a74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type slice struct { | |
| array unsafe.Pointer // pointer to the underlying array | |
| len int | |
| cap int | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment