You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unsafe words API exposes its underlying Unsafe[Mutable]Pointer<UInt> and the only reason it does this, or at the least the main reason, is so that I can call:
This is a bit lazy, however, and not in the spirit of keeping "[hashtag] good form [trademark]" (#79) because the initialize/update concept are not otherwise exposed (since UInt is trivial).
The text was updated successfully, but these errors were encountered:
The unsafe words API exposes its underlying
Unsafe[Mutable]Pointer<UInt>
and the only reason it does this, or at the least the main reason, is so that I can call:This is a bit lazy, however, and not in the spirit of keeping "[hashtag] good form [trademark]" (#79) because the initialize/update concept are not otherwise exposed (since UInt is trivial).
The text was updated successfully, but these errors were encountered: