NAME
Sidef::Types::Array::Pair
DESCRIPTION
This class implements ...
SYNOPSIS
var obj = Pair(...)
INHERITS
Inherits methods from:
* Sidef::Types::Array::Array
METHODS
key
self.key
Returns the
Aliases: first
new
self.new
Returns the
Aliases: call
swap
self.swap
Returns the
to_a
self.to_a
Returns the
Aliases: to_array
to_h
self.to_h
Returns the
Aliases: to_hash
to_s
self.to_s
Returns the
Aliases: dump, to_str
value
self.value
Returns the
Aliases: second