From 0d55764aa785cc78010c2cef3c3d3a7eb793499a Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Tue, 27 May 2025 04:42:12 +0200 Subject: [PATCH] int --- core/mem/mem.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mem/mem.odin b/core/mem/mem.odin index bddce02ba..96ec1990a 100644 --- a/core/mem/mem.odin +++ b/core/mem/mem.odin @@ -332,7 +332,7 @@ and returns an integer count of the `T` between them. - `b`: A pointer to a type T **Returns** -- `b` - `a` in items of T +- `b` - `a` in items of T as an `int`. Example: