Skip to content

Commit

Permalink
Update Int128.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeGuyWhoLovesCoding authored Aug 24, 2024
1 parent 8b36be6 commit f0dea72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/haxe/Int128.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0dea72

Please sign in to comment.