amethyst / specs

Specs - Parallel ECS

Home Page:https://amethyst.github.io/specs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_mut_unchecked missing from documentation

Rua opened this issue · comments

commented

In the documentation for RestrictedStorage, there is some example code that calls comps.get_mut_unchecked(). But a search for get_mut_unchecked in the documentation turns up nothing. What type is this defined on, and what type is comps in this context? It should probably be documented.

This appears to have been fixed by #700 which exposes PairedStorage however this is not yet in a released version.