| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
⚠️ Please install the Codecov Report❌ Patch coverage is 59.45946% with 120 lines in your changes missing coverage. Please review.
... and 21 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
手違いにより #693 が閉じられてしまったので再作成します。
概要
名前空間記法との兼ね合いから、キーは全て[ ]で囲うようになっています。
キーの等価性はdeep-equalになっています(関数のみ参照比較)。
実装
トライ木の構造を採用しています。
その都合上、キーを直列化する仕組みを導入しています。
Why
#225
備考