alice
library
manual.

Alice Project

The Byte structure


________ Synopsis ____________________________________________________

    signature BYTE
    structure Byte : BYTE
  

The Standard ML Basis' Byte structure.

See also: Word8, Char, String, Substring, CharVector, CharVectorSlice, Word8Vector, Word8Array, Word8VectorSlice, Word8ArraySlice


________ Import ______________________________________________________

Imported implicitly.


________ Interface ___________________________________________________

    signature BYTE =
    sig
	val byteToChar :      Word8.t -> char
	val charToByte :      char -> Word8.t
	val bytesToString :   Word8Vector.t -> string
	val stringToBytes :   string -> Word8Vector.t
	val unpackStringVec : Word8VectorSlice.t -> string
	val unpackString :    Word8ArraySlice.t -> string
	val packString :      Word8Array.t * int * Substring.t -> unit
    end
  

________ Description _________________________________________________

Like the Standard ML Basis' Byte structure.



last modified 2007/Mar/30 17:10