Function prefixes [src]
Prototype
pub fn prefixes(cache: *const Cache) []const Directory
Parameters
cache: *const Cache
Source
pub fn prefixes(cache: *const Cache) []const Directory {
return cache.prefixes_buffer[0..cache.prefixes_len];
}