JanetDocsPlaygroundI'm feeling luckyGitHub sign in

first



    function
    boot.janet on line 743, column 1

    (first xs)

    Get the first element from an indexed data structure.


See also:lasttake1 exampleSign in to add an example
Loading...
(first [4 5 6])  # => 4
cellularmitosisPlayground