struct TermBuf::Completion::Result

Overview

What to offer.

Defined in:

termbuf/widgets/completion.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(candidates : Array(String), range : Range(Int32, Int32) | Nil = nil) #

[View source]

Instance Method Detail

def candidates : Array(String) #

def clone #

[View source]
def copy_with(candidates _candidates = @candidates, range _range = @range) #

[View source]
def empty? : Bool #

[View source]
def range : Range(Int32, Int32) | Nil #

What to replace, or nil for the word the request named.