跳到主要内容

Function isRecordFixedSize

This function returns true if the record type is fixed-size (i.e. it does not contain any variable-length fields such as strings or vectors, recursively). Otherwise, it returns false.

isRecordFixedSize(record: hndl("record")): bool

Compatibility

Implementation compatibility
CherryGrove (JS)CherryGrove (WASM)CherryGrove (Lua)
isRecordFixedSize
1+
Supported
1+
Supported
Not Supported