Skip to content

Instantly share code, notes, and snippets.

@thearyanahmed
Created February 6, 2026 20:35
Show Gist options
  • Select an option

  • Save thearyanahmed/45684590754a80712d150e25cbb19a74 to your computer and use it in GitHub Desktop.

Select an option

Save thearyanahmed/45684590754a80712d150e25cbb19a74 to your computer and use it in GitHub Desktop.
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