A pointer to the value in the array associated
with this key. Modifications through this
pointer will modify the underlying data.
Source Code
Source code
pubconst Entry = struct {
/// The key associated with this entry./// Modifying this key will not change the array.
key: Key,
/// A pointer to the value in the array associated/// with this key. Modifications through this/// pointer will modify the underlying data.
value: *Value,
}
Search Results
No Results Found
Press escape to exit search and then '?' to see more options.