constant_function(Set, AnySet) -> Function
類型:
AnySet = anyset()
Function = a_function()
Set = a_set()
創建函數映射集合的每個元素Set
到AnySet
.
1> S = sofs:set([a,b]),
E = sofs:from_term(1),
R = sofs:constant_function(S, E),
sofs:to_external(R).
[{a,1},{b,1}]
相關用法
- erlang cons(Item, Q1 :: queue(Item))用法及代碼示例
- erlang consult(Filename)用法及代碼示例
- erlang concat用法及代碼示例
- erlang concat(Things)用法及代碼示例
- erlang connect(Address, Port, Opts)用法及代碼示例
- erlang converse(BinRel1)用法及代碼示例
- erlang connect(Socket, Addr, Port, Opts, Timeout)用法及代碼示例
- erlang cos用法及代碼示例
- erlang copy用法及代碼示例
- erlang composite(Function1, Function2)用法及代碼示例
- erlang compose_query(QueryList)用法及代碼示例
- erlang compose_query(QueryList, Options)用法及代碼示例
- erlang chr用法及代碼示例
- erlang ceil(Number)用法及代碼示例
- erlang crc32(OldCrc, Data)用法及代碼示例
- erlang crc32_combine(FirstCrc, SecondCrc, SecondSize)用法及代碼示例
- erlang carriers(Options)用法及代碼示例
- erlang cd(Dir)用法及代碼示例
- erlang cmd(Command)用法及代碼示例
- erlang crc32(Z, PrevCRC, Data)用法及代碼示例
- erlang casefold(String :: unicode:chardata())用法及代碼示例
- erlang chomp(String :: unicode:chardata())用法及代碼示例
- erlang cspan(String, Chars)用法及代碼示例
- erlang characters_to_list(Data, InEncoding)用法及代碼示例
- erlang characters_to_nfc_list(CD :: chardata())用法及代碼示例
注:本文由純淨天空篩選整理自erlang.org大神的英文原創作品 constant_function(Set, AnySet) -> Function。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。