Create an object at a given address: Difference between revisions

m
→‎{{header|Raku}}: 'use v6' obsolete
m (→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku)
m (→‎{{header|Raku}}: 'use v6' obsolete)
Line 641:
(formerly Perl 6)
Raku has fairly comprehensive facilities for accessing allocating and accessing memory and also declaring C-style structs, via the NativeCall interface, as this example demonstrates.
<lang perl6>use v6NativeCall;
use NativeCall;
use NativeCall::Types;
 
2,392

edits