Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Packed.Skippable
Synopsis
- class Skippable a where
- skip :: forall (r :: [Type]). PackedReader '[a] r ()
- unsafeSkipN :: forall (a :: [Type]) (r :: [Type]). Int -> PackedReader a r ()
Documentation
class Skippable a where Source #
Methods
skip :: forall (r :: [Type]). PackedReader '[a] r () Source #
unsafeSkipN :: forall (a :: [Type]) (r :: [Type]). Int -> PackedReader a r () Source #
UNSAFE: Shifts the cursor to n bytes to the right.