-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
additionoh, so shiny!oh, so shiny!
Milestone
Description
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:
words.base.initialize(repeating: 0, count: words.count)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).
Metadata
Metadata
Assignees
Labels
additionoh, so shiny!oh, so shiny!