Словари, Словарь Dictionary
! & ( * , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = @ %
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ { ~
F+ F- F2 F6 FA FC FD FE FF FG FI FJ FK FL FM FN FO FP FQ FR FS FT FU FW FX FY

filter

 
 
filter 1. (Originally , now also ) A program that processes an input data stream into an output data stream in some well-defined way, and does no I/O to anywhere else except possibly on error conditions; one designed to be used as a stage in a (see ). Compare . 2. () A which takes a and a list and returns those elements of the list for which the predicate is true. In : filter p [] = [] filter p (x:xs) = if p x then x : rest else rest where rest = filter p xs See also . []
на заглавную О сайте10 самыхСловариОбратная связь к началу страницы
© 2010 Admin User
словарь
словарь online
online словарь
цитаты chrome
XHTML | CSS
1.8.11