util.strbitop: Add common_prefix_bits() to Teal interface description

This commit is contained in:
Kim Alvefur 2024-02-23 16:38:05 +01:00
parent bb081f052f
commit a2b268528d

View file

@ -2,5 +2,6 @@ local record mod
sand : function (string, string) : string
sor : function (string, string) : string
sxor : function (string, string) : string
common_prefix_bits : function (string, string) : integer
end
return mod