Skip to content

Instantly share code, notes, and snippets.

@tebeka
Created September 15, 2022 14:44
Show Gist options
  • Save tebeka/9642922b609c2c82409a078595ac7f61 to your computer and use it in GitHub Desktop.
Save tebeka/9642922b609c2c82409a078595ac7f61 to your computer and use it in GitHub Desktop.
type slice struct {
array unsafe.Pointer
len int
cap int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment