Type Alias Dictionary
Source pub type Dictionary = KVec<KeyValuePair>;
Expand description
#[repr(C)]
pub struct Dictionary { }
Formats the value using the given formatter.
Read more
Formats the value using the given formatter.
Read more
Converts to this type from the input type.
The returned type after indexing.
Performs the indexing (
container[index]) operation.
Read more
Performs the mutable indexing (
container[index]) operation.
Read more
Which kind of iterator are we turning this into?
The type of the elements being iterated over.
Pops the value at the top of the stack.
Pushes all its values on the Lua stack, returning the number of values
that it pushed.