GNU bug report logs -
#41981
Reference Manual on Vtables: Missing Information on Permission "h"
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Is is documented in the docstring:
scheme@(guile-user)> ,d make-struct-layout
- Scheme Procedure: make-struct-layout fields
Return a new structure layout object.
FIELDS must be a string made up of pairs of characters strung
together. The first character of each pair describes a field type,
the second a field protection. Allowed types are 'p' for
GC-protected Scheme data, 'u' for unprotected binary data. Allowed
protections are 'w' for normal fields or 'h' for hidden fields.
Hidden fields are writable, but they will not consume an
initializer arg passed to `make-struct'. They are useful to add
slots to a struct in a way that preserves backward-compatibility
with existing calls to `make-struct', especially for derived
vtables.
[Message part 2 (text/html, inline)]
This bug report was last modified 4 years and 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.