英語版
このページの英語版を見る
dmd.root.speller
スペルチェッカー
DMDの他の部分には依存しない。
Authors:
Walter Bright, https://www.digitalmars.com
License:
ソース root/speller.d
- auto
speller
(alias dg)(const(char)[]seed
)
if (isSearchFunction!dg); - 正しいスペルを探す。 最大2つの距離を検索する。 網羅的に検索するので、非常に時間がかかる可能性がある。Parameters:
const(char)[] seed
スペルミスの単語 dg 形式の検索委任T delegate(const(char)[] p, out int cost) Returns:T.init = 正しいスペルが見つからない、 そうでない場合は、dg()によって返された最初の正しい綴りの可能性のある値。
Copyright © 1999-2024 by the D Language Foundation
DEEPL APIにより翻訳、ところどころ修正。
このページの最新版(英語)
このページの原文(英語)
翻訳時のdmdのバージョン: 2.108.0
ドキュメントのdmdのバージョン: 2.109.1
翻訳日付 :
HTML生成日時:
編集者: dokutoku