Qurak

Rest

利用可能

Returns the list without its first element.

Rest[expr]
Rest[{1, 2, 3}] → {2, 3}Rest[{5, 10, 15, 20}] → {10, 15, 20}Rest[{a, b, c}] → {b, c}Rest[{42}] → {}Rest[{-5, 0, 5}] → {0, 5}Rest[{1.5, 2.5, 3.5}] → {2.5, 3.5}

トピック

関連

全 6300 関数 · MCPクライアントから使う