specs
specs copied to clipboard
get_mut_unchecked missing from documentation
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 https://github.com/amethyst/specs/pull/700 which exposes PairedStorage however this is not yet in a released version.
Latest docs include this https://docs.rs/specs/0.18.0/specs/storage/struct.PairedStorage.html#method.get_mut_unchecked