Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
massiv-io Data.Massiv.Array.IO Decode a sequence of Gif images
-
massiv-io Data.Massiv.Array.IO Decode a sequence of Gif images
c'netcode_client_next_packet_sequence :: Ptr C'netcode_client_t -> IO Word64netcode-io Bindings.Netcode.IO No documentation available.
c'netcode_server_next_packet_sequence :: Ptr C'netcode_server_t -> CInt -> IO Word64netcode-io Bindings.Netcode.IO No documentation available.
p'netcode_client_next_packet_sequence :: FunPtr (Ptr C'netcode_client_t -> IO Word64)netcode-io Bindings.Netcode.IO No documentation available.
p'netcode_server_next_packet_sequence :: FunPtr (Ptr C'netcode_server_t -> CInt -> IO Word64)netcode-io Bindings.Netcode.IO No documentation available.
nextClientPacketSequence :: Client -> IO Word64netcode-io Netcode.IO Returns the sequence number of the next packet that the Client will send.
nextServerPacketSequence :: Server -> Int -> IO Word64netcode-io Netcode.IO Returns the next sequence number of a packet destined for the client at the given client index.
packetSequenceNumber :: Packet -> Word64netcode-io Netcode.IO The sequence number for this packet.
-
oeis Math.OEIS Data structure for storing an OEIS entry. For more information on the various components, see http://oeis.org/eishelp2.html.