4 lines
63 B
Text
4 lines
63 B
Text
|
|
let copy h =
|
||
|
|
{ size = h.size;
|
||
|
|
data = Array.copy h.data }
|