util.strbitop: Add common_prefix_bits() to Teal interface description
authorKim Alvefur <zash@zash.se>
Fri, 23 Feb 2024 16:38:05 +0100
changeset 13439 b64064e4400b
parent 13438 4467ae4d1379
child 13440 1ce18cb3e6cc
util.strbitop: Add common_prefix_bits() to Teal interface description
teal-src/prosody/util/strbitop.d.tl
--- a/teal-src/prosody/util/strbitop.d.tl	Fri Feb 23 16:35:21 2024 +0100
+++ b/teal-src/prosody/util/strbitop.d.tl	Fri Feb 23 16:38:05 2024 +0100
@@ -2,5 +2,6 @@
 	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