Skip to content

Hide unsafe words base #80

@oscbyspro

Description

@oscbyspro

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

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions