Thanks a lot.
I can see that this is what I should be using but can't find any
documentation on how to call bytestring with a
"Union(Ptr{Int8},Ptr{Uint8})" as the first argument,
The code shows that implementation but there isn't even a sniff of an
explanation about how to use it. I can't even find anything on how to
constrict a "Union(Ptr{Int8},Ptr{Uint8})" I guess all the search results
get mixed up with "union" which seems to be quite different.
Any advice would be welcome.
On Wednesday, 14 May 2014 03:23:07 UTC+1, Jameson wrote:
>
> bytestring(p::Union(Ptr{Int8},Ptr{Uint8}) [,len::Integer])
>