Module:Exponential search: Difference between revisions
m Protected "Module:Exponential search": High-risk Lua module: used in Module:Highest archive number ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)) |
imported>Uzume strict |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
-- This module provides a generic exponential search algorithm. | -- This module provides a generic exponential search algorithm. | ||
require[[strict]] | |||
local checkType = require('libraryUtil').checkType | local checkType = require('libraryUtil').checkType | ||