The sizeof expression returns an Int32 with the size in bytes of a given type. ... On a 64 bits machine sizeof(Pointer(Int32)) # => 8 sizeof(String) # => 8.
確定! 回上一頁