<div>3> byte_size(B).</div><div>3</div><div><br></div><br>On Friday, August 3, 2012 4:12:02 AM UTC-5, Joe Armstrong wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">I think this is a bug:
<br>
<br>$erl
<br>1> B = <<1:17>>.
<br><<0,0,1:1>>
<br>2> size(B)
<br>2
<br>
<br>
<br>B is not a binary or tuple to size(B) should give badarg
<br>
<br>/Joe
<br>______________________________<wbr>_________________
<br><br></blockquote>