diff --git a/README.md b/README.md index bd17bc1..591b70f 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ fmt.Println(val) // Output: 5 - `Len()`: Get the length of the slice. - `Cap()`: Get the capacity of the slice. - `Empty()`: Check if the slice is empty. +- `Raw()`: Retrieve the underlying Go slice. ## License