hydroculのメモ
>
プログラミング言語の比較
>
配列(リスト)
>
配列(リスト)の書き方
配列(リスト)の書き方
->
概要
このサイトは筆者(hydrocul)の個人メモの集合です。すべてのページは永遠に未完成です。
プログラミング言語の比較
配列(リスト)
概要
get
set
count / len / length / size / sizeof
empty / isEmpty
first / head / headOption
last / lastOption
tail
take / first
drop
subList / slice / array_slice (部分配列)
contains
array_search / find_index / index / indexOf / lastIndexOf / rindex
find_index / index / indexWhere, rindex
array_filter / delete_if / filter / grep / keep_if / partition / reject / select
any / any? / exists / find
all / all?
array_map / map
flatMap
flatten
for / foreach
array_reduce / foldLeft / inject / reduce / reduceLeft
zip
product
==
fill
range / seq / to / until
array_chunk / grouped
group_by / groupBy
array_shift / shift
unshift
array_pop / pop
push
delete_at / pop / remove / unset
delete / remove /
-
clone
reverse
sort / sortBy / sorted / sortWith
max, min
sum
array_merge,
+
, concat
x
/
*
array_splice / splice
ベクトル演算