Idris2Doc : System.UV.Pointer

System.UV.Pointer

(source)

Reexports

importpublic System.UV.Raw.Pointer

Definitions

toByteString : HasIOio=>PtrBits8->Bits32->ioByteString
  Reads `n` bytes of data from the byte array in a `uv_buf_t`
into an Idris-managed immutable `ByteString`

Totality: total
Visibility: export
bufToByteString : HasIOio=>PtrBuf->Bits32->ioByteString
Totality: total
Visibility: export
toString : HasIOio=>PtrBits8->Bits32->ioString
  Reads `n` bytes of data from the byte array in a `uv_buf_t`
into an Idris-managed string.

Totality: total
Visibility: export
fromByteString : HasIOio=>ByteString->io (PtrBits8)
  Allocates a byte array to hold the data in the given bytestring.

Totality: total
Visibility: export
fromString : HasIOio=>String->io (PtrBits8)
  Allocates a byte array to hold the data in the given bytestring.

Totality: total
Visibility: export