Msgpax v2.3.0 Msgpax.Fragment View Source
Represents a fragment of MessagePack data.
Link to this section Summary
Functions
Builds a Msgpax.Fragment
from the given packed_data
.
Link to this section Types
Link to this opaque
t()
View Source
(opaque)
t()
View Source
(opaque)
t()
t()
Link to this section Functions
Link to this function
new(packed_data) View Source
Builds a Msgpax.Fragment
from the given packed_data
.
Examples
iex> Msgpax.Fragment.new(<<192>>)
#Msgpax.Fragment<<<192>>>