Easypt

size

..Root.ByteView.size

Returns the number of bytes of the associated variable.

Child of:

ByteView

Signatures:

NativeCallable, Callable

Example:

import("memory");

auto i.=(1234);
auto a.=(ByteView(i));

log(a.size());