On Sunday, 6 January 2013 at 11:54:34 UTC, bearophile wrote:
MrOrdinaire:

For the symbol "*", do you mean I should write something like this?
uint8_t[4]* ptrs

In D "ubyte" is probably enough, instead of "uint8_t".

Bye,
bearophile

Thanks for noting that. I know that in std.stdint, uint8_t is an alias for ubyte. However, I want to keep to the original source so that people can do a diff more easily.

- Minh

Reply via email to