Record
Index
Accessor
get
Return an Option of value for the given
key
size
Return the number of entries in the record
Constructor
empty
Return an empty Record
from
Return a new Record from an iterable of [key, value]
Other
delete
Return a new record without the
key
entries
Return an iterator over all [key, value]
forEach
Call
fn(value, key, record)on each entries in the record
has
Return true if
recordcontainskey
keys
Return an iterator over all keys
set
Return a new record including the new
[key, value]
values
Return an iterator over all values
A collection of functions to manipulate Record