[erlang-questions] binary:part/2/3
Jesper Louis Andersen
jesper.louis.andersen@REDACTED
Tue Aug 14 11:54:30 CEST 2012
Try looking at the source. If I remember correctly, binary:split uses binary:part inside. If this is the case, then you can update the documentation as well to reflect the fact.
Jesper Louis Andersen
Erlang Solutions Ltd., Copenhagen
On Aug 13, 2012, at 7:52 PM, Zabrane Mickael <zabrane3@REDACTED> wrote:
> Hi guys,
>
> I'd like to know if the binary returned by "binary:part/2/3" (http://www.erlang.org/doc/man/binary.html#part-2)
> is always referencing Subject (i.e a sub-binary) or not?
>
> The doc is clear about this fact for "binary:split/2/3" but nothing is mentionned for "binary:part/2/3".
>
> Regards,
> Zabrane
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list