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