class Hash(K, V)

Overview

A Hash represents a mapping of keys to values.

See the official docs for the basics.

Included Modules

Direct Known Subclasses

Defined in:

ifrit/core.cr

Instance Method Summary

Instance methods inherited from class Object

blank? : Bool blank?, present? present?

Instance Method Detail

def blank? #

[View source]