Changeset

13435:b64064e4400b

util.strbitop: Add common_prefix_bits() to Teal interface description
author Kim Alvefur <zash@zash.se>
date Fri, 23 Feb 2024 16:38:05 +0100
parents 13434:4467ae4d1379
children 13436:1ce18cb3e6cc
files teal-src/prosody/util/strbitop.d.tl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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