Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions doc/builtin.jax
Original file line number Diff line number Diff line change
Expand Up @@ -6244,10 +6244,6 @@ isnan({expr}) *isnan()*


items({expr}) *items()*
{expr} の全要素のキー・値のペアからなるリストを返す。戻り値の各
要素はリストであり、キーと値の2個の要素を持つ。戻り値のリスト
の要素の順序は不定である。|keys()| と |values()| も参照。

{expr} のすべてのキー/インデックスと値のペアを含む |List| を返
す。各 |List| の項目は 2 つの項目を持つリストである。
- |Dict| の場合: キーと値
Expand Down