Jump to content

Category talk:Wren-dynamic: Difference between revisions

m
(Added notes and source code for new 'Wren-dynamic' module.)
 
Line 6:
 
* Enum values always start at 0 and are incremented by 1 which is the commonest case.
* 'FlagFlags' enums are always powers of 2, starting from 1 (= 2^0).
* Structs and tuples both represent data classes but fields for the former are read/write and for the latter read only.
* Union represents a value which can be any one of a set of types. A single storage location stores the value or a reference thereto.
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.