code guest register log in programs messages repl documentation source about privacy terms /up french production

Dictionary

Global
Dictionary < Object
examples
!{}
Dictionary.new
Dictionary.new(a: 1, b: 2).a
{ a: 1, b: 2 }.b
{}
{} == {}
{}.to_list
instance functions