From f0dea72f4099d78b9668de020efdb0a69feea954 Mon Sep 17 00:00:00 2001 From: SomeGuyWhoLovesCoding <99929173+SomeGuyWhoLovesCoding@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:39:14 -0400 Subject: [PATCH] Update Int128.hx --- std/haxe/Int128.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/std/haxe/Int128.hx b/std/haxe/Int128.hx index 3a10edc1f9a..1edab7a70a4 100644 --- a/std/haxe/Int128.hx +++ b/std/haxe/Int128.hx @@ -28,6 +28,7 @@ import haxe.Int128Helper; /** A cross-platform signed 128-bit integer. Int128 instances can be created from two 64-bit words using `Int128.make()`. + NOTE: This class is a beta. There may be bugs in some versions of operator functions **/ #if flash @:notNull