package idna

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module IntrangesSource

Binary search on sorted, non-overlapping integer ranges. 64-bit packed representation: one int per range.

Sourcetype t = int array
Sourceval contains : int -> t -> bool