預設解釋

4.4 預設值


預設大小取決於型別。對於整數,它是 8.對於 float,它是 64.對於二進位制,它是指定二進位制檔案的大小:

1> Bin = << 17/integer, 3.2/float, <<97, 98, 99>>/binary >>. 
<<17,64,9,153,153,153,153,153,154,97,98,99>>

2> `size(Bin)`. % Returns the number of bytes:
12            % 8 bits + 64 bits + 3*8 bits = 96 bits => 96/8 = 12 bytes

在匹配中,僅在 t 處允許不具有 Size 的二進位制段