Skip to content

Commit 7643f2e

Browse files
committed
chore: add deprecation notice to bitwise module
1 parent 10969cc commit 7643f2e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/bitwise/documentation/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ seo:
1616

1717
{{< highlight_scripts >}}
1818

19+
{{< callout context="note" title="Note" icon="outline/info-circle" >}}
20+
This module will be deprecated in ArkScript 4.6.0, in favor of [std.Math builtins]({{< ref "/docs/std/Math.md" >}}).
21+
{{< /callout >}}
22+
1923
## bitwise:rshift
2024

2125
Right shifts a given number.

0 commit comments

Comments
 (0)