struct Diclionary::SearchResult

Overview

Result of searching a single word in a single dictionary.

Defined in:

core.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(entries : Array(Entry)) #

[View source]
def self.new #

[View source]
def self.new(*entries : Entry) #

[View source]

Instance Method Detail

def empty? #

[View source]
def entries : Array(Entry) #

[View source]