Re: initializing Pointer

[email protected] (Marcel Timmerman)
Newsgroups perl.perl6.users
Message-ID <[email protected]>
Thanks Elizabeth and Todd;

I will set up my own pointer routine, something like this

method make-pointer ( $type, $value ) {
   my $array = CArray[$type].new($value);
   nativecast( Pointer[$type], $array)
}

I forgot the way to make the method type depended and how to search for 
it in the docs.

Regards,
Marcel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.