출처
설명
파일을 검색할 때 사용합니다.
주요 옵션
옵션 | 내용 |
---|---|
-name | 검색할 이름을 지정. *도 사용가능 … |
Creates a function that accepts arguments of func and either invokes func returning its result, if at least arity number of arguments have been provided, or returns a function that accepts the remaining func arguments, and so on. The arity of func may be …
read more타입은 집합이다.
string, int, float, double 등. 원시타입(Primitive type) 이외에도 enum, struct, class 등을 사용하여 우리가 …
read moreMaybe 모나드는 Just, Nothing 두 하위형으로 구성된 빈 형식(표식형, marker type) 주목적은 null 체크 로직을 효과적으로 통합한는 것