From 8cb7089b2eb09d40d9497cea40d088d94676a8c6 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Fri, 23 Jan 2026 00:50:18 +0000 Subject: More docs, check 'docs/std'. --- docs/std/vec.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/std/vec.md') diff --git a/docs/std/vec.md b/docs/std/vec.md index 3ccdf7e..1b48361 100644 --- a/docs/std/vec.md +++ b/docs/std/vec.md @@ -75,6 +75,7 @@ struct Vec { | **is_empty** | `is_empty(self) -> bool` | Returns `true` if the vector contains no elements. | | **contains** | `contains(self, item: T) -> bool` | Returns `true` if vector contains an element equal to `item` (byte-wise). | | **clone** | `clone(self) -> Vec` | Returns a new vector with a deep copy of the data. | +| **eq** | `eq(self, other: Vec) -> bool` | Returns `true` if two vectors are equal byte-wise. | ### Iteration -- cgit v1.2.3