From c9ff7bdb61efb1609876abdc40fab9a2ddc06f94 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 18 May 2026 11:19:22 -0400 Subject: remove flag type and add .mask to int --- docs/type_system/int.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/int.md') diff --git a/docs/type_system/int.md b/docs/type_system/int.md index c03df6b..97a871f 100644 --- a/docs/type_system/int.md +++ b/docs/type_system/int.md @@ -7,7 +7,7 @@ Int_bit_size : `alias Enum[.bit8; .bit16; .bit32; .bit64; .bit_any] Int_signedness : `alias Enum[.nosign; .unsigned; .signed; .positive] -Int_representation : `alias Enum[.bool; .binary; .octal; .decimal; .hex; .utf8; .utf16; .utf32] +Int_representation : `alias Enum[.bool; .mask; .binary; .octal; .decimal; .hex; .utf8; .utf16; .utf32] Int[Int_bit_size; Int_signedness; Int_representation] ``` -- cgit v1.2.3