| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Socket.Destined.IPv4.MutableBytes
Documentation
type Buffer = MutableBytes RealWorld Source #
An peer for an IPv4 socket, connection, or listener. Everything is in host byte order, and the user is not responsible for performing any conversions.
advance :: MutableBytes RealWorld -> Int -> MutableBytes RealWorld Source #