Module

Erl.Data.Binary

#byteSize

byteSize :: Binary -> Int

Size in bytes of a binary

#part

part :: Int -> Int -> Binary -> Maybe Binary

Extract part of binary.

Start: zero-based offset into the binary Len: A negative length can be used to extract bytes at the end of a binary Binary: The binary to extract from

Re-exports from Erl.Data.Binary.Type

#showAsPurescript

#showAsErlang

Modules