From 670364e386fef8a644e8b56f013d430b28dcc61f Mon Sep 17 00:00:00 2001 From: Araozu Date: Wed, 29 May 2024 08:44:23 -0500 Subject: [PATCH] Color changes --- src/pages/api/std/Array.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/api/std/Array.mdx b/src/pages/api/std/Array.mdx index 7b1f67e..88e30e9 100644 --- a/src/pages/api/std/Array.mdx +++ b/src/pages/api/std/Array.mdx @@ -233,13 +233,13 @@ If you know that the number of elements is fixed and valid, use Tuples instead. In the parameters, self is the array to operate on. - +
- + - + - +
Method Description

fun @@ -266,7 +266,7 @@ In the parameters, self is the array to opera them in a new array.

fun @@ -285,7 +285,7 @@ In the parameters, self is the array to opera Returns the new length of the array.

fun