byte-containers-0.1.0.1: Sets and maps with 8-bit words for keys
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Set.Word8

Synopsis

Documentation

data Set Source #

A map whose keys are 8-bit words.

null :: Set -> Bool Source #

Is the passed map empty?

size :: Set -> Int Source #

The number of elements the passed map contains.

union :: Set -> Set -> Set Source #