size
..Root.ByteView.size
Returns the number of bytes of the associated variable.
Int
ByteView
NativeCallable, Callable
NativeCallable
Callable
import("memory"); auto i.=(1234); auto a.=(ByteView(i)); log(a.size());