[erlang-questions] Spurious '100' in array:new
Donald Steven
t6sn7gt@REDACTED
Sat Jan 26 17:10:52 CET 2019
When I declare a new fixed-size array (of 19 values) within a map, with
the statement:
Sound = #{
contourTag => SndContour = array:new(19, {default,{0,
unspecified, 0}}),
...
},
and print it out using io:format and ~p, I get:
Sound: #{contourTag => {array,19,0,{0,unspecified,0},100},
---
Where is the '100' coming from?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20190126/9efe1f39/attachment.htm>
More information about the erlang-questions
mailing list