dns-patterns-0.2.3: DNS name parsing and pattern matching utilities
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.DNS.Internal.Prim

Synopsis

Documentation

data BA Source #

Constructors

BA# ByteArray# 

data MBA s Source #

Constructors

MBA# (MutableByteArray# s) 

writeWord8Array :: MBA s -> Int# -> Word8 -> ST s () Source #

writeWord8Array0 :: MBA s -> Int# -> Word8 -> ST s () Source #

Variant that appends every byte with a 0. This is for embedding ASCII into UTF16 code units.