We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以下を参照。
generateした後のDBをfind-minimumなどで検索すると /tmp/db-1.9.3/method/-array/i.rotate=21._builtin に以下が見つかった。
... (元のArray#rotate!の内容) ... //emlist[例: find-minimum モード][ruby]{ ary = [0, 4, 7, 10, 12] ary.bsearch_index { |x| x >= 4 } # => 1 ary.bsearch_index { |x| x >= 6 } # => 2 ary.bsearch_index { |x| x >= -1 } # => 0 ary.bsearch_index { |x| x >= 100 } # => nil //emlist[例: find-any モード][ruby]{ ary = [0, 4, 7, 10, 12] # 4 <= v < 8 になる要素の位置を検索 ary.bsearch_index { |x| 1 - x / 4 } # => 2 # 8 <= v < 10 になる要素の位置を検索 ary.bsearch_index { |x| 4 - x / 2 } # => nil
2.2.0以降でも起こりうるかもしれないため、最低でも原因の確認までは必要そうに思いました。
The text was updated successfully, but these errors were encountered:
元のIssueの「ネストが深いと」という表現と同一なのかはまだわからないけど、バージョン分岐で消えるメソッド内にサンプルコードがあるとサンプルだけ残ってしまうのではないかとだけ以下などを見ながら思いましたが詳しい事はまだ特に見れてないです。
Sorry, something went wrong.
No branches or pull requests
以下を参照。
generateした後のDBをfind-minimumなどで検索すると /tmp/db-1.9.3/method/-array/i.rotate=21._builtin に以下が見つかった。
2.2.0以降でも起こりうるかもしれないため、最低でも原因の確認までは必要そうに思いました。
The text was updated successfully, but these errors were encountered: